Skip to content

Commit

Permalink
Merge pull request #361 from matks/test-with-php71
Browse files Browse the repository at this point in the history
Test upgrades for PS1.7 with php7.1
  • Loading branch information
matks authored Nov 27, 2020
2 parents 0386b26 + 35c3cb5 commit 4cc5920
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ services: docker

php:
- '5.6'
- '7.1'

env:
- VERSION=1.7.2.2
Expand All @@ -15,6 +16,13 @@ env:
- VERSION=latest
CHANNEL=minor

jobs:
exclude:
- php: '7.1'
env: VERSION=1.6 CHANNEL=major
- php: '7.1'
env: VERSION=1.6.1.10 CHANNEL=minor

cache:
directories:
- $HOME/.composer/cache
Expand Down

0 comments on commit 4cc5920

Please sign in to comment.