Skip to content

Commit 828fa91

Browse files
Included PHP8.4 in PHPStan GHA
1 parent bac7502 commit 828fa91

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
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

docs/CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)