Skip to content

Commit

Permalink
Travis CI: Update to Ubuntu Bionic, add HHVM 3.24 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
PhrozenByte committed Dec 2, 2019
1 parent 9514666 commit 86f82b9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dist: trusty
dist: bionic
sudo: false

language: php
Expand All @@ -13,14 +13,19 @@ jobs:
- php: 5.3
dist: precise
- php: 5.4
dist: trusty
- php: 5.5
dist: trusty
- php: 5.6
dist: xenial
- php: 7.0
dist: xenial
- php: 7.1
- php: 7.2
- php: 7.3
- php: 7.4
- php: nightly
- php: hhvm-3.24 # until Dec 2018
- php: hhvm-3.27 # until Sep 2019
- php: hhvm-3.30 # until Nov 2019

Expand Down

0 comments on commit 86f82b9

Please sign in to comment.