Skip to content

Commit 4bf9c20

Browse files
committed
Include PHP 8.4 in phpstan workflow
1 parent c071746 commit 4bf9c20

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/phpstan.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [ubuntu-latest]
21-
php: [8.3, 8.2, 8.1]
21+
php: [8.4, 8.3, 8.2, 8.1]
2222
laravel: [10.*, 11.*]
2323
stability: [prefer-stable]
2424
include:
@@ -29,6 +29,8 @@ jobs:
2929
testbench: 9.*
3030
phpstan_neon: phpstan.neon
3131
exclude:
32+
- laravel: 10.*
33+
php: 8.4
3234
- laravel: 11.*
3335
php: 8.1
3436

0 commit comments

Comments
 (0)