Skip to content

Commit b0857ea

Browse files
author
David Bohn
committed
Remove old laravel versions
1 parent b8f1762 commit b0857ea

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,12 @@ jobs:
1313
strategy:
1414
matrix:
1515
php: [7.4, 7.3, 7.2]
16-
laravel: [6.*, 5.8.*, 5.7.*, 5.6.*, 5.5.*]
16+
laravel: [6.*]
1717
dependency-version: [prefer-lowest, prefer-stable]
1818
os: [ubuntu-latest]
1919
include:
2020
- laravel: 6.*
2121
testbench: 4.*
22-
- laravel: 5.8.*
23-
testbench: 3.8.*
24-
- laravel: 5.7.*
25-
testbench: 3.7.*
26-
- laravel: 5.6.*
27-
testbench: 3.6.*
28-
- laravel: 5.5.*
29-
testbench: 3.5.*
30-
exclude:
31-
- laravel: 5.7.*
32-
php: 7.4
33-
- laravel: 5.6.*
34-
php: 7.4
35-
- laravel: 5.5.*
36-
php: 7.4
3722

3823
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
3924

0 commit comments

Comments
 (0)