1
0
mirror of https://github.com/erusev/parsedown.git synced 2025-09-03 11:52:36 +02:00

add php 7.3 to allow_failures

This commit is contained in:
Andrey Bolonin
2018-11-16 09:34:17 +02:00
committed by GitHub
parent b0bbc275d4
commit 1686a34469

View File

@@ -21,6 +21,7 @@ matrix:
allow_failures:
- php: nightly
- php: hhvm-nightly
- php: 7.3
install:
- composer install --prefer-dist --no-interaction --no-progress