From e47114b22c326fad32322569b0005089f060061d Mon Sep 17 00:00:00 2001 From: Watheq Alshowaiter Date: Mon, 15 Jul 2024 16:54:53 +0300 Subject: [PATCH] docs: check completed todos --- CHANGELOG.md | 1 - todos.md | 15 +++++++-------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26ddf5f..07a34d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/todos.md b/todos.md index c4780f0..79b4f54 100644 --- a/todos.md +++ b/todos.md @@ -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