Skip to content

Commit bc2cc0a

Browse files
authored
Update tests.yml
1 parent 027a44c commit bc2cc0a

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
@@ -10,17 +10,12 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: [ 8.2, 8.1, 8.0 ]
14-
laravel: [ 10.*, 9.* ]
13+
php: [ 8.2, 8.1 ]
14+
laravel: [ 10.* ]
1515
dependency-version: [ prefer-stable ]
1616
include:
1717
- laravel: 10.*
1818
testbench: 8.*
19-
- laravel: 9.*
20-
testbench: 7.*
21-
exclude:
22-
- php: 8.0
23-
laravel: 10.*
2419
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2520
steps:
2621
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)