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

PHP 7.4 is now released

This commit is contained in:
Aidan Woods 2020-01-19 18:14:37 +00:00
parent 2235e36a2c
commit bded7a6ff3
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9

View File

@ -20,7 +20,7 @@ cache:
jobs:
include:
- stage: Code Format and Static Analysis
php: 7.3
php: 7.4
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,9 +43,7 @@ jobs:
- <<: *MUTATION_AND_UNIT_TEST
php: 7.3
- <<: *MUTATION_AND_UNIT_TEST
php: 7.4snapshot
# 7.4snapshot doesn't ship with xdebug yet
script: composer test-units
php: 7.4
- <<: *MUTATION_AND_UNIT_TEST
php: nightly
@ -56,7 +54,7 @@ jobs:
- &COMMONMARK_TEST
stage: CommonMark
name: Weak
php: 7.3
php: 7.4
env: ALLOW_FAILURE
install: composer install --prefer-dist --no-interaction --no-progress
script: