Skip to content

Commit 478605f

Browse files
authored
Update tests.yml
1 parent b9eedfb commit 478605f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,8 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
php: [ 8.1, 8.2, 8.3, 8.4 ]
32-
laravel: [ 10.*, 11.*, 12.* ]
33-
exclude:
34-
- php: 8.1
35-
laravel: 11.*
36-
- php: 8.1
37-
laravel: 12.*
31+
php: [ 8.2, 8.3, 8.4 ]
32+
laravel: [11.*, 12.* ]
3833
include:
3934
- laravel: 12.*
4035
testbench: 10.*

0 commit comments

Comments
 (0)