Skip to content

Commit

Permalink
Merge pull request #55 from fezfez/php8
Browse files Browse the repository at this point in the history
Use `8.0` instead of `nightly` in travis-ci builds
  • Loading branch information
Ocramius authored Nov 30, 2020
2 parents 9aea33f + e62d107 commit 0e44121
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 @@ -27,10 +27,10 @@ matrix:
- php: 7.4
env:
- DEPS=latest
- php: nightly
- php: 8.0
env:
- DEPS=lowest
- php: nightly
- php: 8.0
env:
- DEPS=latest

Expand Down

0 comments on commit 0e44121

Please sign in to comment.