Skip to content

Commit

Permalink
Update travis-ci settings for new PHP requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin de Keijzer committed Feb 11, 2021
1 parent 2b280e1 commit 8497b60
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 @@ -6,12 +6,12 @@ cache:
- $HOME/.composer/cache/files

php:
- 7.3
- 7.4
- 8.0

matrix:
include:
- php: 7.3
- php: 7.4
env: COMPOSER_FLAGS="--prefer-lowest"
fast_finish: true

Expand Down

0 comments on commit 8497b60

Please sign in to comment.