mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
b2ad712644
See https://github.com/erusev/parsedown/issues/294
See 12bf1c6d05 (commitcomment-10090016)
Nightly releases are allowed to fail since they are not stable and
could fail in unpredictable ways.
New versions of PHP could be added as they are released.
I think they should not be in the allowed to fail part of the matrix then.
17 lines
172 B
YAML
17 lines
172 B
YAML
language: php
|
|
|
|
php:
|
|
- 7.0
|
|
- 5.6
|
|
- 5.5
|
|
- 5.4
|
|
- 5.3
|
|
- hhvm
|
|
- hhvm-nightly
|
|
|
|
matrix:
|
|
fast_finish: true
|
|
allow_failures:
|
|
- php: 7.0
|
|
- php: hhvm-nightly
|