Skip to content
This repository was archived by the owner on Jul 6, 2021. It is now read-only.

Commit 62c0d56

Browse files
authored
Remove Laravel 5.8 Test
1 parent 31331ce commit 62c0d56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
fail-fast: true
1111
matrix:
1212
php: [7.4]
13-
laravel: [5.8.*, 6.*, 7.*]
13+
laravel: [6.*, 7.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
1616
- laravel: 6.*
1717
testbench: 4.*
1818
- laravel: 7.*
1919
testbench: 5.*
20-
- laravel: 5.8.*
21-
testbench: 3.8
20+
#- laravel: 5.8.*
21+
# testbench: 3.8
2222
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2323

2424
steps:

0 commit comments

Comments
 (0)