mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Laravel 6 drops support for php7.1, add php7.4 instead.
This commit is contained in:
parent
61a216a531
commit
c65b8f97bb
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue