Skip to content

Commit e7e847a

Browse files
authored
Add test to php 8.4
1 parent bcdbbec commit e7e847a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php: [8.3, 8.2, 8.1]
14+
php: [8.4, 8.3, 8.2]
1515
laravel: ['10.*', '11.*']
1616
dependency-version: [prefer-stable]
1717
include:
@@ -20,8 +20,8 @@ jobs:
2020
- laravel: 11.*
2121
testbench: 9.*
2222
exclude:
23-
- laravel: 11.*
24-
php: 8.1
23+
- laravel: 10.*
24+
php: 8.4
2525

2626
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2727

0 commit comments

Comments
 (0)