Skip to content

Commit 6d55d3d

Browse files
committed
Run tests on PHP 8.4
1 parent 0b63838 commit 6d55d3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
laravel: ['10.*', '11.*', '12.*']
19-
php: [8.1, 8.2, 8.3]
19+
php: [8.1, 8.2, 8.3, 8.4]
2020
phpunit: [ '10.*', '11.*']
2121
include:
2222
- laravel: 10.*
@@ -28,6 +28,8 @@ jobs:
2828
exclude:
2929
- laravel: 10.*
3030
phpunit: 11.*
31+
- laravel: 10.*
32+
php: 8.4
3133
- laravel: 11.*
3234
php: 8.1
3335
- laravel: 12.*

0 commit comments

Comments
 (0)