Test PHP 7.2, 7.3 and 7.4 in Travis tests

This commit is contained in:
Chris Kankiewicz
2020-11-25 12:56:38 -07:00
parent 96be3e4546
commit 8010fa4195

View File

@@ -1,11 +1,13 @@
os: linux
dist: focal
dist: bionic
language: php
env:
- PATH="app/vendor/bin:${PATH}"
php:
- 7.2
- 7.3
- 7.4
- nightly
@@ -28,7 +30,7 @@ before_install:
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
install:
- composer install --no-suggest
- composer update
- npm ci
script: