Skip to content

Commit

Permalink
Merge pull request #44 from greg0ire/php-8
Browse files Browse the repository at this point in the history
Allow PHP 8
  • Loading branch information
alcaeus authored May 25, 2020
2 parents 502703b + 9552348 commit e864bbf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,19 @@ after_script:
php ocular.phar code-coverage:upload --format=php-clover clover.xml
fi
jobs:
allow_failures:
- php: nightly

include:
- stage: Test
php: 7.2
env: COVERAGE=yes

- stage: Test
php: nightly
before_install:
- composer config platform.php 7.4.99

- stage: Code Quality
env: PHPSTAN
php: 7.3
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{"name": "Johannes Schmitt", "email": "[email protected]"}
],
"require": {
"php": "^7.2"
"php": "^7.2 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
Expand Down

0 comments on commit e864bbf

Please sign in to comment.