Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for php 7.3 and php 7.4 #246

Merged
merged 17 commits into from
Dec 4, 2019
Next Next commit
Add support for php 7.3 and php 7.4
  • Loading branch information
snapshotpl committed Nov 27, 2019
commit 2e224e7ae9fde5bc03e82f632567874a41e17308
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ matrix:
env: COMPOSER_FLAGS='--prefer-lowest'
- php: 7.2
env: ANALYSIS=1
- php: 7.2
env: COMPOSER_FLAGS='--prefer-lowest'
- php: 7.3
- php: 7.3
env: COMPOSER_FLAGS='--prefer-lowest'
- php: 7.4snapshot
- php: 7.4snapshot
env: COMPOSER_FLAGS='--prefer-lowest'
- php: nightly
allow_failures:
- php: nightly
Expand Down