Skip to content

Commit 0a97b46

Browse files
committed
fix: exclude unsupported configurations
1 parent 78be9ec commit 0a97b46

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,13 @@ jobs:
1212
fail-fast: true
1313
matrix:
1414
php: [8.2, 8.1, 8.0]
15-
laravel: [9.*, 8.*]
15+
laravel: [10.*, 9.*, 8.*]
1616
stability: [prefer-lowest, prefer-stable]
17-
include:
17+
exclude:
1818
- laravel: 10.*
19-
testbench: 8.*
20-
php: [8.1, 8.2]
21-
- laravel: 9.*
22-
testbench: 7.*
23-
php: [8.0, 8.1, 8.2]
19+
php: 8.0
2420
- laravel: 8.*
25-
testbench: ^6.23
26-
php: [8.0, 8.1]
21+
php: 8.2
2722

2823
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2924

0 commit comments

Comments
 (0)