File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2828 matrix :
2929 # quotes are needed it is treated as a number and zero at decimal part is gone
3030 # at runtime i.e. 8.10 -> 8.1, while "8.10" => "8.10".
31- laravel : ["11 .0"]
32- php : ["8.2"]
31+ laravel : ["12 .0"]
32+ php : ["8.2", "8.3", "8.4" ]
3333
3434 runs-on : ubuntu-latest
3535
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ should be able to easily backport future new features to older versions rather e
2121* v12.0.1 (2025-04-16)
2222 * [ RB-255] Fixed ` ToArrayConverter ` using a new Request instance instead of the actual request.
2323 * [ BR-256] Fixed ` ToArrayConverter ` potentially causing fatal error if object lacks ` toArray ` method.
24+ * [ GH-261 ] Updated GitHub Actions workflow to test against Laravel 12, PHP 8.3, and PHP 8.4.
2425
2526* v12.0.0 (2025-04-16)
2627 * Added support for Laravel v12.
You can’t perform that action at this time.
0 commit comments