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 29
29
# quotes are needed it is treated as a number and zero at decimal part is gone
30
30
# at runtime i.e. 8.10 -> 8.1, while "8.10" => "8.10".
31
31
laravel : ["12.0"]
32
- php : ["8.2"]
32
+ php : ["8.2", "8.3", "8.4" ]
33
33
34
34
runs-on : ubuntu-latest
35
35
Original file line number Diff line number Diff line change 69
69
matrix :
70
70
# Quotes are needed it is treated as a number and zero at decimal part is gone
71
71
# 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" ]
73
73
74
74
runs-on : ubuntu-latest
75
75
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.
20
20
21
21
* v12.1.1 (2025-07-16)
22
22
* [ GH-265 ] Fixed remaining PHP 8.4 deprecations ` Implicitly nullable parameters... `
23
+ * Included PHP 8.4 in PHPStan action
23
24
24
25
* v12.1.0 (2025-07-11)
25
26
* [ 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