Skip to content

Commit ac1506d

Browse files
committed
Workflow
1 parent 2ed0bb5 commit ac1506d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,12 @@ jobs:
3434
laravel: 8.*
3535
- php: 8.3
3636
laravel: 8.*
37+
- php: 8.3
38+
laravel: 9.*
3739
- php: 8.4
3840
laravel: 8.*
41+
- php: 8.4
42+
laravel: 9.*
3943
include:
4044
- laravel: 8.*
4145
testbench: 6.23
@@ -48,7 +52,6 @@ jobs:
4852
- laravel: 12.*
4953
testbench: 10.*
5054

51-
5255
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ubuntu-latest
5356

5457
steps:

0 commit comments

Comments
 (0)