Skip to content

Commit

Permalink
Allow php 8
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed May 25, 2020
1 parent 54a6f7b commit 7b05aca
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Expand Up @@ -44,7 +44,17 @@ after_script:
fi
jobs:
allow_failures:
- php: nightly

include:
- stage: Test
php: nightly
before_install:
- composer config platform.php 7.4.99
install:
- travis_retry composer update --prefer-dist


- stage: Smoke Testing
php: 7.4
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -32,7 +32,7 @@
{"name": "Jonathan Wage", "email": "jonwage@gmail.com"}
],
"require": {
"php": "^7.3",
"php": "^7.3 || ^8.0",
"doctrine/cache": "^1.0",
"doctrine/event-manager": "^1.0",
"ocramius/package-versions": "^1.4"
Expand Down
26 changes: 24 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7b05aca

Please sign in to comment.