Skip to content

Commit 51b73e2

Browse files
committed
Update tests.yml
1 parent 64e1518 commit 51b73e2

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/tests.yml

+10-4
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,17 @@ jobs:
2828
phpunit: 11.0
2929

3030
exclude:
31-
- php: 8.3
32-
phpunit: 9.4
31+
- phpunit: 9.4
32+
php: 8.3
33+
34+
- phpunit: 9.4
35+
php: 8.2
36+
37+
- phpunit: 10.0
38+
php: 7.4
3339

34-
- phpunit: 8.2
35-
php: 9.4
40+
- phpunit: 10.0
41+
php: 7.3
3642

3743
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
3844

0 commit comments

Comments
 (0)