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 d022f59 commit 4bdaf8b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,17 @@ install:
script: ./vendor/bin/phpunit

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: Test
env: COVERAGE
before_script:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{"name": "Johannes Schmitt", "email": "schmittjoh@gmail.com"}
],
"require": {
"php": "^7.1.3"
"php": "^7.1.3 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0",
Expand Down

0 comments on commit 4bdaf8b

Please sign in to comment.