Closed jubianchi closed 8 years ago
hhvm
hhvm-nightly
7.0
nightly
--prefer-stable
--prefer-lowest
before_script
script
atoum/atoum
^2.0
>= 7.0
--prefer-lowest may not pass on php >= 7.0: in this case, disabling --prefer-lowest on php >= 7.0 is OK.
See here fro an example
hhvm
andhhvm-nightly
from the matrix and allowed failures7.0
nightly
--prefer-stable
and--prefer-lowest
before_script
andscript
atoum/atoum
: it should be at least^2.0
>= 7.0
if there are segfaults (see here)nightly
should be an allowed failure--prefer-lowest
may not pass on php>= 7.0
: in this case, disabling--prefer-lowest
on php>= 7.0
is OK.See here fro an example