Skip to content

Commit f8d59f8

Browse files
authored
Update setup_test.yml
1 parent 06b1916 commit f8d59f8

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/setup_test.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,8 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ ubuntu-latest ]
20-
php: [ '8.1', '8.2', '8.3' ]
21-
laravel: [ 11.*, 10.*, 9.* ]
22-
include:
23-
- laravel: 11.*
24-
testbench: 9.*
25-
- laravel: 10.*
26-
testbench: 8.*
27-
- laravel: 9.*
28-
testbench: 8.*
29-
exclude:
30-
- laravel: 11.*
31-
php: 8.1
20+
php: [ '8.2', '8.3' ]
21+
laravel: [ 12.*, 11.* ]
3222
steps:
3323
- name: Setup PHP
3424
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)