Skip to content

Commit

Permalink
Upgrade to PHP 7.3 minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Aug 1, 2020
1 parent 1a58fdd commit 3620599
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ notifications:
on_success: never

php:
- 7.2
- 7.3
- 7.4
- nightly
Expand Down Expand Up @@ -41,7 +40,7 @@ jobs:

- stage: test with coverage
os: linux
php: 7.2
php: 7.3
env: COMPOSER_FLAGS=""
before_install: composer self-update
script: vendor/bin/phpunit --colors --coverage-text

0 comments on commit 3620599

Please sign in to comment.