Skip to content

Commit

Permalink
Merge pull request #64 from GrahamCampbell/patch-1
Browse files Browse the repository at this point in the history
Test on PHP 7.4
  • Loading branch information
lcobucci committed Dec 23, 2019
2 parents eca6c63 + 0be0116 commit 6a1471d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dist: trusty
sudo: false
dist: xenial

language: php

php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
- 7.4

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

0 comments on commit 6a1471d

Please sign in to comment.