1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

Use latest PHP on non-unit test build staged

This commit is contained in:
Aidan Woods 2019-01-20 03:16:36 +00:00
parent 7188f49a71
commit ca008872ba
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9

View File

@ -35,7 +35,7 @@ cache:
jobs: jobs:
include: include:
- stage: Code Format and Static Analysis - stage: Code Format and Static Analysis
php: 7.2 php: 7.3
install: composer install --prefer-dist --no-interaction --no-progress install: composer install --prefer-dist --no-interaction --no-progress
script: script:
- '[ -z "$TRAVIS_TAG" ] || [ "$TRAVIS_TAG" == "$(php -r "require(\"vendor/autoload.php\"); echo Erusev\Parsedown\Parsedown::version;")" ]' - '[ -z "$TRAVIS_TAG" ] || [ "$TRAVIS_TAG" == "$(php -r "require(\"vendor/autoload.php\"); echo Erusev\Parsedown\Parsedown::version;")" ]'
@ -43,7 +43,7 @@ jobs:
- composer test-formatting - composer test-formatting
- stage: Test CommonMark (weak) - stage: Test CommonMark (weak)
php: 7.2 php: 7.3
env: ALLOW_FAILURE env: ALLOW_FAILURE
install: composer install --prefer-dist --no-interaction --no-progress install: composer install --prefer-dist --no-interaction --no-progress
script: script: