Skip to content

Commit 1efab72

Browse files
committed
test on php 8.4
1 parent 5bc2e83 commit 1efab72

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,17 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
php: [ 8.1, 8.2, 8.3 ]
23+
php: [ 8.1, 8.2, 8.3, 8.4 ]
2424
laravel: [ 9, 10, 11 ]
2525
exclude:
2626
- php: 8.3
2727
laravel: 9
2828
- php: 8.1
2929
laravel: 11
30+
- php: 8.4
31+
laravel: 9
32+
- php: 8.4
33+
laravel: 10
3034

3135
name: PHP ${{ matrix.php }} - Laravel v${{ matrix.laravel }}
3236

0 commit comments

Comments
 (0)