Skip to content

Commit a310a50

Browse files
committed
Revert "Updating tests CI"
This reverts commit a073af1.
1 parent b0c0b05 commit a310a50

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
laravel: [6.*, 7.*, 8.*, 9.*, 10.*]
1919
dependency-version: [prefer-lowest, prefer-stable]
2020
include:
21-
- laravel: 11.*
22-
testbench: 9.*
2321
- laravel: 10.*
2422
testbench: 8.*
2523
- laravel: 9.*
@@ -28,7 +26,15 @@ jobs:
2826
testbench: 6.*
2927
- laravel: 7.*
3028
testbench: 5.*
29+
- laravel: 6.*
30+
testbench: 4.*
3131
exclude:
32+
- php: 7.2
33+
laravel: 8.*
34+
- php: 7.2
35+
laravel: 9.*
36+
- php: 7.2
37+
laravel: 10.*
3238
- php: 7.3
3339
laravel: 9.*
3440
- php: 7.3
@@ -41,10 +47,12 @@ jobs:
4147
laravel: 10.*
4248
- php: 8.0
4349
laravel: 8.*
50+
- php: 8.1
51+
laravel: 6.*
52+
- php: 8.1
53+
laravel: 7.*
4454
- php: 8.1
4555
laravel: 8.*
46-
- php: 8.2
47-
laravel: 11.*
4856
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
4957
steps:
5058
- name: Checkout code

0 commit comments

Comments
 (0)