Skip to content

Commit

Permalink
Merge pull request #51 from snapshotpl/patch-1
Browse files Browse the repository at this point in the history
Add php 7.4 stable support
  • Loading branch information
basz committed Jan 3, 2020
2 parents 07bd5e7 + 1d5a964 commit 42c656d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ matrix:
- php: 7.3
env:
- DEPENDENCIES="--prefer-lowest --prefer-stable"
- php: 7.4snapshot
- php: 7.4
env:
- DEPENDENCIES=""
- php: 7.4snapshot
- php: 7.4
env:
- DEPENDENCIES="--prefer-lowest --prefer-stable"

Expand Down

0 comments on commit 42c656d

Please sign in to comment.