Modify Travis to use 7.4 rather than 7.4snapshot now that 7.4 has bee… (#1291)
* Modify Travis to use 7.4 rather than 7.4snapshot now that 7.4 has been released * Try upgrading from Trusty to Xenial to see if --with-zip is enabled on that image
This commit is contained in:
parent
1648dc9ebe
commit
4b6ad77690
|
@ -1,11 +1,11 @@
|
|||
language: php
|
||||
dist: trusty
|
||||
dist: xenial
|
||||
|
||||
php:
|
||||
- 7.1
|
||||
- 7.2
|
||||
- 7.3
|
||||
- 7.4snapshot
|
||||
- 7.4
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
|
Loading…
Reference in New Issue