Skip to content

Commit

Permalink
Attempt to quiet travis about infection on php<7.4
Browse files Browse the repository at this point in the history
Also removes the flag from php8 to see what happens. Since we're
actually running php8 now, I suspect it *might* work without. Maybe.
  • Loading branch information
dshoreman committed Oct 31, 2020
1 parent e6aa23a commit 76ff453
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ matrix:
include:
- php: 7.2
dist: bionic
env: COMPOSER_OPTS=""
env: COMPOSER_OPTS="--ignore-platform-reqs"
- php: 7.3
dist: bionic
env: COMPOSER_OPTS=""
env: COMPOSER_OPTS="--ignore-platform-reqs"
- php: 7.4
dist: bionic
env: COMPOSER_OPTS=""
- php: nightly
dist: bionic
env: COMPOSER_OPTS="--ignore-platform-reqs"
env: COMPOSER_OPTS=""
allow_failures:
- php: nightly
env: COMPOSER_OPTS="--ignore-platform-reqs"
env: COMPOSER_OPTS=""

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"minimum-stability": "stable",
"require": {
"php": ">=7.2",
"php": "^7.2 || ^8.0",
"ext-json": "*"
},
"extra": {
Expand Down

0 comments on commit 76ff453

Please sign in to comment.