Skip to content

Commit

Permalink
Try explicit patch-version pinning in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
fritz-gerneth committed Dec 5, 2020
1 parent 06865e1 commit d93dda8
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 @@ -29,10 +29,10 @@ matrix:
- php: 7.4
env:
- DEPENDENCIES="--prefer-lowest --prefer-stable"
- php: 8.0
- php: 8.0.0
env:
- DEPENDENCIES=""
- php: 8.0
- php: 8.0.0
env:
- DEPENDENCIES="--prefer-lowest --prefer-stable"

Expand Down

0 comments on commit d93dda8

Please sign in to comment.