File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed
Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1212 fail-fast : true
1313 matrix :
1414 os : [ ubuntu-latest ]
15- php : [ 8.3 , 8.4 ]
15+ php : [ 8.4 , 8.5 ]
1616 laravel : [ 11.*, 12.* ]
1717 stability : [ prefer-lowest, prefer-stable ]
1818
Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All Notable changes to `sebastiaanluca/laravel-boolean-dates` will be documented
44
55Updates should follow the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
66
7+ ## 10.0.0 (Unreleased)
8+
9+ ### Added
10+
11+ - Added support for PHP 8.5
12+
13+ ### Removed
14+
15+ - Dropped support for PHP 8.3
16+
717## 9.0.0 (2025-02-07)
818
919### Added
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ $user->accepted_terms_at;
5858
5959## Requirements
6060
61- - PHP 8.3 or 8.4
61+ - PHP 8.4 or 8.5
6262- Laravel 11 or 12
6363
6464## How to install
Original file line number Diff line number Diff line change 2525 }
2626 ],
2727 "require" : {
28- "php" : " ^8.3 .0" ,
28+ "php" : " ^8.4 .0" ,
2929 "illuminate/database" : " ^11.32|^12.0" ,
3030 "illuminate/support" : " ^11.32|^12.0"
3131 },
You can’t perform that action at this time.
0 commit comments