Laravel 6 drops support for php7.1, add php7.4 instead.
This commit is contained in:
parent
61a216a531
commit
c65b8f97bb
1 changed files with 1 additions and 1 deletions
|
@ -14,9 +14,9 @@ services:
|
||||||
|
|
||||||
# list any PHP version you want to test against
|
# list any PHP version you want to test against
|
||||||
php:
|
php:
|
||||||
- 7.1.8
|
|
||||||
- 7.2
|
- 7.2
|
||||||
- 7.3.0
|
- 7.3.0
|
||||||
|
- 7.4
|
||||||
|
|
||||||
|
|
||||||
# execute any number of scripts before the test run, custom env's are available as variables
|
# execute any number of scripts before the test run, custom env's are available as variables
|
||||||
|
|
Loading…
Add table
Reference in a new issue