Skip to content

Commit 67f0197

Browse files
authored
remove old versions oh php/laravel
1 parent 80ac583 commit 67f0197

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

.github/workflows/run-tests-l11.yml renamed to .github/workflows/run-tests.yml

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run Tests - L11
1+
name: Run Tests
22

33
on:
44
- push
@@ -11,33 +11,17 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
laravel: ['8.*', '9.*', '10.*', '11.*', '12.*']
15-
php: [7.3, 7.4, 8.0, 8.1, '8.2', 8.3, '8.3', '8.4']
14+
laravel: ['10.*', '11.*', '12.*']
15+
php: ['8.2', 8.3, '8.3', '8.4']
1616
dependency-version: [prefer-lowest, prefer-stable]
1717
include:
18-
- laravel: 8.*
19-
testbench: 6.*
20-
- laravel: 9.*
21-
testbench: 7.*
2218
- laravel: 10.*
2319
testbench: 8.*
2420
- laravel: 11.*
2521
testbench: 9.*
2622
- laravel: 12.*
2723
testbench: 10.*
2824
exclude:
29-
- laravel: 8.*
30-
php: 8.0
31-
- laravel: 8.*
32-
php: 8.1
33-
- laravel: 8.*
34-
php: 8.3
35-
- laravel: 9.*
36-
php: 7.3
37-
- laravel: 9.*
38-
php: 7.4
39-
- laravel: 9.*
40-
php: 8.3
4125
- laravel: 10.*
4226
php: 7.3
4327
- laravel: 10.*

0 commit comments

Comments
 (0)