Skip to content

Commit 42e168b

Browse files
committed
ci: run tests on PHP 8.4
1 parent 1cf24f1 commit 42e168b

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.github/workflows/tests.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,32 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php: ['8.0', 8.1, 8.2, 8.3]
14+
php: ['8.0', '8.1', '8.2', '8.3', '8.4']
1515
laravel: ['8.*', '9.*', '10.*', '11.*', '12.*']
1616
stability: [prefer-stable]
1717
exclude:
1818
- laravel: 8.*
19-
php: 8.2
19+
php: '8.2'
2020
- laravel: 8.*
21-
php: 8.3
21+
php: '8.3'
22+
- laravel: 8.*
23+
php: '8.4'
24+
- laravel: 9.*
25+
php: '8.3'
2226
- laravel: 9.*
23-
php: 8.3
27+
php: '8.4'
2428
- laravel: 10.*
2529
php: '8.0'
30+
- laravel: 10.*
31+
php: '8.4'
2632
- laravel: 11.*
2733
php: '8.0'
2834
- laravel: 11.*
29-
php: 8.1
35+
php: '8.1'
3036
- laravel: 12.*
3137
php: '8.0'
3238
- laravel: 12.*
33-
php: 8.1
39+
php: '8.1'
3440
include:
3541
- laravel: 8.*
3642
phpunit: ^9.5

0 commit comments

Comments
 (0)