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 4a1be49 commit a744989
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@ script:
- ./vendor/bin/phpunit -v

jobs:
allow_failures:
- php: nightly
include:
- stage: Test
php: nightly
before_install:
- composer config platform.php 7.4.99
# Tests the lowest set of dependencies
- php: 7.2
env: LOWEST COMPOSER_FLAGS="--prefer-lowest"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2 || ^8.0",
"doctrine/common": "^2.11",
"doctrine/persistence": "^1.3.3"
},
Expand Down

0 comments on commit a744989

Please sign in to comment.