Skip to content

Commit 81cf21f

Browse files
authored
Update run-tests.yml
1 parent a1cfcc0 commit 81cf21f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [7.4, 7.3, 7.2]
13-
laravel: [7.*, 6.*, 5.8.*]
12+
php: [7.4, 7.3]
13+
laravel: [8.*, 7.*, 6.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
16+
- laravel: 8.*
17+
testbench: 6.*
1618
- laravel: 7.*
1719
testbench: 5.*
1820
- laravel: 6.*
1921
testbench: 4.*
20-
- laravel: 5.8.*
21-
testbench: 3.8.*
2222

2323
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2424

0 commit comments

Comments
 (0)