Skip to content

Commit 55208b5

Browse files
committed
Drop support for Laravel 5
1 parent 535b88e commit 55208b5

File tree

2 files changed

+4
-30
lines changed

2 files changed

+4
-30
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 26 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: [9.*, 8.*, 7.*, 6.*, 5.8.*, 5.7.*, 5.6.*]
15+
laravel: [9.*, 8.*, 7.*, 6.*]
1616
os: [ubuntu-latest]
1717
include:
1818
- laravel: 9.*
@@ -23,12 +23,6 @@ jobs:
2323
testbench: 5.*
2424
- laravel: 6.*
2525
testbench: 4.*
26-
- laravel: 5.8.*
27-
testbench: 3.8.*
28-
- laravel: 5.7.*
29-
testbench: 3.7.*
30-
- laravel: 5.6.*
31-
testbench: 3.6.*
3226
exclude:
3327
- laravel: 9.*
3428
php: 7.2
@@ -38,24 +32,6 @@ jobs:
3832
php: 7.4
3933
- laravel: 8.*
4034
php: 7.2
41-
- laravel: 5.7.*
42-
php: 7.4
43-
- laravel: 5.6.*
44-
php: 7.4
45-
- laravel: 5.5.*
46-
php: 7.4
47-
- laravel: 5.8.*
48-
php: 8.0
49-
- laravel: 5.7.*
50-
php: 8.0
51-
- laravel: 5.6.*
52-
php: 8.0
53-
- laravel: 5.6.*
54-
php: 8.1
55-
- laravel: 5.7.*
56-
php: 8.1
57-
- laravel: 5.8.*
58-
php: 8.1
5935
- laravel: 6.*
6036
php: 8.1
6137
- laravel: 7.*
@@ -99,4 +75,4 @@ jobs:
9975
CI_DB_DATABASE: test
10076
CI_DB_USERNAME: root
10177
CI_DB_PASSWORD: root
102-
run: vendor/bin/phpunit
78+
run: vendor/bin/phpunit

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,16 @@ We feel the package is currently feature complete, but feel free to send a pull
1919

2020
# Requirements
2121

22-
This package requires Laravel 5.6 or higher.
22+
This package requires Laravel 6.0 or higher.
2323

2424
Please check the table below for supported Laravel and PHP versions:
2525

2626
|Laravel Version| PHP Version |
2727
|---|---|
28-
| 5.6 | 7.2 or 7.3
29-
| 5.7 | 7.2 or 7.3
30-
| 5.8 | 7.2 or 7.3 or 7.4
3128
| 6.x | 7.2 or 7.3 or 7.4 or 8.0
3229
| 7.x | 7.2 or 7.3 or 7.4 or 8.0
3330
| 8.x | 7.3 or 7.4 or 8.0 or 8.1
31+
| 9.x | 8.0 or 8.1
3432

3533
# Installation
3634

0 commit comments

Comments
 (0)