Skip to content

Commit

Permalink
docs: check completed todos
Browse files Browse the repository at this point in the history
  • Loading branch information
WatheqAlshowaiter committed Jul 15, 2024
1 parent 03ecfd0 commit e47114b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ All notable changes to `model-required-fields` will be documented in this file.
- support to laravel version 8
- support laravel versions before ulid
- change code to support php 7.4
-

**Full Changelog**: https://github.com/WatheqAlshowaiter/model-required-fields/compare/1.7.0...1.8.0

Expand Down
15 changes: 7 additions & 8 deletions todos.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,18 @@
- [x] remove `larastan`
- [x] install pint and add it to pre-commit hook
- [x] use phpunit instead of pest
- [ ] test code for SQL server
- [ ] try previous versions of laravel until laravel 6
- [x] try previous versions of laravel until laravel 6
- [x] 11 => sqlite, mysql/mariadb(1st party supported in Laravel 11), postgres
- [x] 10 => sqlite, mysql, postgres
- [x] 9 => sqlite, mysql, postgres
- [x] 8 => sqlite, mysql, postgres
- [ ] 7 =>
- [ ] 6 =>
- [x] 7 => sqlite, mysql, postgres
- [x] 6 => sqlite, mysql, postgres
- [ ] try previous versions of php until php 7.4
- [x] 8.2
- [x] 8.1
- [ ] 8.0
- [ ] 7.4
- [x] 8.0
- [x] 7.4
- [ ] test code for SQL server
- [ ] add GitHub action for all supported SQL databases
- [ ] add GitHub action for all supported laravel versions
- [ ] add GitHub action for all supported php versions
- [ ] add GitHub action for all supported laravel versions with each php

0 comments on commit e47114b

Please sign in to comment.