We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64aa429 + 740bc8e commit 453d9a7Copy full SHA for 453d9a7
.github/workflows/run-tests.yml
@@ -30,12 +30,6 @@ jobs:
30
exclude:
31
- laravel: 8.*
32
php: 7.2
33
- - laravel: 5.7.*
34
- php: 7.4
35
- - laravel: 5.6.*
36
37
- - laravel: 5.5.*
38
39
- laravel: 5.8.*
40
php: 8.0
41
- laravel: 5.7.*
README.md
@@ -30,8 +30,8 @@ Please check the table below for supported Laravel and PHP versions:
|Laravel Version| PHP Version |
|---|---|
-| 5.6 | 7.2 or 7.3
-| 5.7 | 7.2 or 7.3
+| 5.6 | 7.2 or 7.3 or 7.4
+| 5.7 | 7.2 or 7.3 or 7.4
| 5.8 | 7.2 or 7.3 or 7.4
| 6.x | 7.2 or 7.3 or 7.4 or 8.0
| 7.x | 7.2 or 7.3 or 7.4 or 8.0
0 commit comments