Travis CI: Remove hhvm master and nightly, add HHVM 3.30 and 3.27
HHVM 4 no longer supports execution of PHP code. HHVM 3.30 and 3.27 are the only remaining still supported HHVM versions with PHP support. They will reach end-of-life in the course of 2019.
This commit is contained in:
parent
e697f56d10
commit
7c1e889717
1 changed files with 2 additions and 3 deletions
|
@ -20,8 +20,8 @@ jobs:
|
|||
- php: 7.2
|
||||
- php: 7.3
|
||||
- php: nightly
|
||||
- php: hhvm
|
||||
- php: hhvm-nightly
|
||||
- php: hhvm-3.27 # until Sep 2019
|
||||
- php: hhvm-3.30 # until Nov 2019
|
||||
|
||||
# Deployment stage
|
||||
- stage: deploy
|
||||
|
@ -48,7 +48,6 @@ jobs:
|
|||
# Ignore nightly build failures
|
||||
allow_failures:
|
||||
- php: nightly
|
||||
- php: hhvm-nightly
|
||||
fast-finish: true
|
||||
|
||||
before_install:
|
||||
|
|
Loading…
Add table
Reference in a new issue