Skip to content

Commit 453d9a7

Browse files
Merge pull request #28 from stackkit/bugfix/php-laravel-matrix
Test application on Laravel 5.6 and 5.7 and PHP 7.4
2 parents 64aa429 + 740bc8e commit 453d9a7

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/run-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ jobs:
3030
exclude:
3131
- laravel: 8.*
3232
php: 7.2
33-
- laravel: 5.7.*
34-
php: 7.4
35-
- laravel: 5.6.*
36-
php: 7.4
37-
- laravel: 5.5.*
38-
php: 7.4
3933
- laravel: 5.8.*
4034
php: 8.0
4135
- laravel: 5.7.*

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ 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
34-
| 5.7 | 7.2 or 7.3
33+
| 5.6 | 7.2 or 7.3 or 7.4
34+
| 5.7 | 7.2 or 7.3 or 7.4
3535
| 5.8 | 7.2 or 7.3 or 7.4
3636
| 6.x | 7.2 or 7.3 or 7.4 or 8.0
3737
| 7.x | 7.2 or 7.3 or 7.4 or 8.0

0 commit comments

Comments
 (0)