Laravel 6 drops support for php7.1, add php7.4 instead.

This commit is contained in:
Daniel Meltzer 2020-04-28 12:16:37 -04:00
parent 61a216a531
commit c65b8f97bb
No known key found for this signature in database
GPG key ID: 91C5C7B09A5B1CA0

View file

@ -14,9 +14,9 @@ services:
# list any PHP version you want to test against
php:
- 7.1.8
- 7.2
- 7.3.0
- 7.4
# execute any number of scripts before the test run, custom env's are available as variables