Skip to content

Commit 00070db

Browse files
committed
Merge pull request #64 from GrahamCampbell/patch-1
Test on PHP 7.4
1 parent ae466f7 commit 00070db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
dist: trusty
2-
sudo: false
1+
dist: xenial
2+
33
language: php
44

55
php:
66
- 7.1
77
- 7.2
88
- 7.3
9-
- 7.4snapshot
9+
- 7.4
1010

1111
before_install:
1212
- mv ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini{,.disabled} || echo "xdebug not available"

0 commit comments

Comments
 (0)