Skip to content

Commit

Permalink
Merge pull request #59 from clue-labs/php7.4
Browse files Browse the repository at this point in the history
Test against PHP 7.4 and simplify test matrix
  • Loading branch information
clue authored Feb 11, 2020
2 parents 671c667 + 52f8e36 commit 3ac0403
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
language: php

php:
# - 5.3 # requires old distro
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3

# lock distro so new future defaults will not break the build
dist: trusty

matrix:
include:
- php: 5.3
dist: precise
- php: 5.4
- php: 5.5
- php: 5.6
- php: 7.0
- php: 7.1
- php: 7.2
- php: 7.3
- php: 7.4

install:
- composer install --no-interaction
Expand Down

0 comments on commit 3ac0403

Please sign in to comment.