Skip to content

Commit fc33513

Browse files
authored
Add PHP 8.0 to the Travis CI matrix, use 'nightly' builds (#462)
1 parent 8f3c5dc commit fc33513

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: .travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ dist: xenial
22

33
language: php
44
php:
5-
- master
5+
- nightly
6+
- 8.0
67
- 7.4
78
- 7.3
89
- 7.2
@@ -12,7 +13,7 @@ php:
1213
matrix:
1314
fast_finish: true
1415
allow_failures:
15-
- php: master
16+
- php: nightly
1617

1718
env:
1819
- LIBMEMCACHED_VERSION=1.0.18 # Debian Jessie / Ubuntu Xenial

0 commit comments

Comments
 (0)