Skip to content

Commit a0c0784

Browse files
authored
Update tests.yml
1 parent d1856a4 commit a0c0784

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [7.2, 7.3, 7.4]
13-
laravel: [5.8, 6.*, 7.*, 8.*]
12+
php: [7.3, 7.4, 8.0]
13+
laravel: [6.*, 7.*, 8.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
1616
- laravel: 8.*
@@ -19,8 +19,6 @@ jobs:
1919
testbench: 5.*
2020
- laravel: 6.*
2121
testbench: 4.*
22-
- laravel: 5.8
23-
testbench: 3.8
2422

2523
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2624

0 commit comments

Comments
 (0)