Skip to content

Commit 21a0a48

Browse files
committed
remove versions
1 parent 89d7e73 commit 21a0a48

File tree

1 file changed

+2
-27
lines changed

1 file changed

+2
-27
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -18,39 +18,14 @@ jobs:
1818
fail-fast: true
1919
matrix:
2020
os: [ubuntu-latest]
21-
php: [8.4, 8.3, 8.2, 8.1, 8.0, 7.4]
22-
laravel: ['8.*', '9.*', '10.*', '11.*', '12.*']
21+
php: [8.4, 8.3, 8.2]
22+
laravel: ['11.*', '12.*']
2323
dependency-version: [prefer-lowest, prefer-stable]
24-
exclude:
25-
- laravel: 10.*
26-
php: 8.0
27-
- laravel: 10.*
28-
php: 7.4
29-
- laravel: 9.*
30-
php: 7.4
31-
- laravel: 8.*
32-
php: 8.1
33-
- laravel: 8.*
34-
php: 8.2
35-
- laravel: 8.*
36-
php: 8.3
37-
- laravel: 11.*
38-
php: 8.1
39-
- laravel: 11.*
40-
php: 8.0
41-
- laravel: 11.*
42-
php: 7.4
4324
include:
4425
- laravel: 12.*
4526
testbench: 10.*
4627
- laravel: 11.*
4728
testbench: 9.*
48-
- laravel: 10.*
49-
testbench: 8.*
50-
- laravel: 9.*
51-
testbench: 7.*
52-
- laravel: 8.*
53-
testbench: 6.*
5429

5530
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
5631

0 commit comments

Comments
 (0)