Skip to content

Commit ccbcd55

Browse files
committed
Upgraded travis dist to repair broken php8 tests
1 parent 8223b97 commit ccbcd55

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.travis.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# @author Georges.L (Geolim4) <contact@geolim4.com>
1010
#
1111
os: linux
12-
dist: trusty
12+
dist: bionic
1313
language: php
1414
services:
1515
- memcached
@@ -32,25 +32,16 @@ before_script:
3232
- mongo pfc_test --eval 'db.createUser({user:"travis",pwd:"test",roles:["readWrite"]});'
3333

3434
php:
35-
# - 5.3
36-
# - 5.4
37-
# - 5.5
38-
# - 5.6
39-
#- 7.0
40-
# - 7.1
41-
# - 7.2
4235
- 7.3
4336
- 7.4
4437
- 8.0
45-
# - nightly # crashes on almost every builds, very unstable
4638
- hhvm
4739

4840
jobs:
4941
fast_finish: true
5042
allow_failures:
5143
# - php: nightly
5244
- php: hhvm
53-
- php: 8.0
5445

5546
install:
5647
- ./bin/ci/install_dependencies.sh

0 commit comments

Comments
 (0)