Skip to content

Commit

Permalink
Pin dists on travis and test on PHP 7.4 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Dec 20, 2019
1 parent d638ebb commit e44b745
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
@@ -1,7 +1,5 @@
language: php

sudo: false

cache:
directories:
- $HOME/.composer/cache
Expand All @@ -21,13 +19,20 @@ matrix:
- php: 5.5
dist: trusty
- php: 5.6
dist: xenial
env: DEPENDENCIES='low'
- php: 5.6
dist: xenial
- php: 7.0
dist: xenial
- php: 7.1
dist: bionic
- php: 7.2
dist: bionic
- php: 7.3
- php: 7.4snapshot
dist: bionic
- php: 7.4
dist: bionic
fast_finish: true

install:
Expand Down

0 comments on commit e44b745

Please sign in to comment.