Skip to content

Commit

Permalink
Merge pull request #348 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 39e9777 + a744989 commit 7ebac50
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cache:
php:
- 7.2
- 7.3
- 7.4snapshot
- 7.4

services: mongodb

Expand All @@ -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 7ebac50

Please sign in to comment.