File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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".
3131 laravel : ["12.0"]
32- php : ["8.2"]
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 6969 matrix :
7070 # Quotes are needed it is treated as a number and zero at decimal part is gone
7171 # at runtime i.e. 8.10 -> 8.1, while "8.10" => "8.10".
72- php : [ "8.2" ]
72+ php : [ "8.2", "8.3", "8.4" ]
7373
7474 runs-on : ubuntu-latest
7575
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ should be able to easily backport future new features to older versions.
2020
2121* v12.1.1 (2025-07-16)
2222 * [ GH-265 ] Fixed remaining PHP 8.4 deprecations ` Implicitly nullable parameters... `
23+ * Included PHP 8.4 in PHPStan action
2324
2425* v12.1.0 (2025-07-11)
2526 * [ GH-267 ] Fixed ` Util::mergeConfig() ` causing PHPStan errors due to incorrect type usage.
You can’t perform that action at this time.
0 commit comments