From ca008872badd3f511ed42ef0d366170b58a100c0 Mon Sep 17 00:00:00 2001 From: Aidan Woods Date: Sun, 20 Jan 2019 03:16:36 +0000 Subject: [PATCH] Use latest PHP on non-unit test build staged --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 95bea2c..15b2b77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ cache: jobs: include: - stage: Code Format and Static Analysis - php: 7.2 + php: 7.3 install: composer install --prefer-dist --no-interaction --no-progress script: - '[ -z "$TRAVIS_TAG" ] || [ "$TRAVIS_TAG" == "$(php -r "require(\"vendor/autoload.php\"); echo Erusev\Parsedown\Parsedown::version;")" ]' @@ -43,7 +43,7 @@ jobs: - composer test-formatting - stage: Test CommonMark (weak) - php: 7.2 + php: 7.3 env: ALLOW_FAILURE install: composer install --prefer-dist --no-interaction --no-progress script: