Skip to content

Commit 7dc6fe0

Browse files
committed
Remove support for Laravel 5
1 parent a33a2bc commit 7dc6fe0

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
php: [8.1, 8.0, 7.4, 7.3, 7.2]
15-
laravel: [8.*, 7.*, 6.*, 5.8.*, 5.7.*, 5.6.*]
15+
laravel: [8.*, 7.*, 6.*]
1616
os: [ubuntu-latest]
1717
include:
1818
- laravel: 8.*
@@ -21,27 +21,9 @@ jobs:
2121
testbench: 5.*
2222
- laravel: 6.*
2323
testbench: 4.*
24-
- laravel: 5.8.*
25-
testbench: 3.8.*
26-
- laravel: 5.7.*
27-
testbench: 3.7.*
28-
- laravel: 5.6.*
29-
testbench: 3.6.*
3024
exclude:
3125
- laravel: 8.*
3226
php: 7.2
33-
- laravel: 5.8.*
34-
php: 8.0
35-
- laravel: 5.7.*
36-
php: 8.0
37-
- laravel: 5.6.*
38-
php: 8.0
39-
- laravel: 5.6.*
40-
php: 8.1
41-
- laravel: 5.7.*
42-
php: 8.1
43-
- laravel: 5.8.*
44-
php: 8.1
4527
- laravel: 6.*
4628
php: 8.1
4729
- laravel: 7.*

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ Please check the table below for supported Laravel and PHP versions:
3030

3131
|Laravel Version| PHP Version |
3232
|---|---|
33-
| 5.6 | 7.2 or 7.3 or 7.4
34-
| 5.7 | 7.2 or 7.3 or 7.4
35-
| 5.8 | 7.2 or 7.3 or 7.4
3633
| 6.x | 7.2 or 7.3 or 7.4 or 8.0
3734
| 7.x | 7.2 or 7.3 or 7.4 or 8.0
3835
| 8.x | 7.3 or 7.4 or 8.0 or 8.1

0 commit comments

Comments
 (0)