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

Merge pull request #675 from andreybolonin/patch-1

add php 7.3
This commit is contained in:
Aidan Woods
2018-11-16 07:45:32 +00:00
committed by GitHub

View File

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