Skip to content

Commit 1666804

Browse files
committed
wip
1 parent 877cc31 commit 1666804

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php: ['8.0', '8.1', '8.2']
14+
php: ['8.0', '8.1', '8.2', '8.3', '8.4']
1515
laravel: ['8.*', '11.*', '12.*']
1616
testbench: ['6.*', '9.*', '10.*']
1717
dependency-version: [prefer-stable]
@@ -35,6 +35,10 @@ jobs:
3535
php: '8.0'
3636
- laravel: 12.*
3737
php: '8.1'
38+
- testbench: 10.*
39+
php: '8.0'
40+
- testbench: 10.*
41+
php: '8.1'
3842

3943
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ubuntu-latest
4044

0 commit comments

Comments
 (0)