From 8010fa41950f19e0873b6fd2a4f6e912b33235db Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Wed, 25 Nov 2020 12:56:38 -0700 Subject: [PATCH] Test PHP 7.2, 7.3 and 7.4 in Travis tests --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 101ae77..9cbd4bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: