Skip to content

Commit bd1218f

Browse files
committed
Do not run tests over L10
1 parent 82e27ea commit bd1218f

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/run-tests.yml

+2-14
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,9 @@ jobs:
2222
strategy:
2323
fail-fast: true
2424
matrix:
25-
php: [8.1, 8.2, 8.3]
26-
laravel: [10.*, 11.*]
25+
php: [8.2, 8.3]
26+
laravel: [11.*]
2727
dependency-version: [prefer-stable]
28-
include:
29-
- laravel: 10.*
30-
testbench: 8.*
31-
- laravel: 11.*
32-
testbench: 9.*
33-
exclude:
34-
- laravel: 10.*
35-
php: 8.0
36-
- laravel: 11.*
37-
php: 8.1
38-
- laravel: 11.*
39-
php: 8.0
4028

4129
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
4230

0 commit comments

Comments
 (0)