Skip to content

Commit

Permalink
Merge branch '2.0.x'
Browse files Browse the repository at this point in the history
* 2.0.x:
  Allow installing on PHP 8
  • Loading branch information
alcaeus committed May 25, 2020
2 parents 903c248 + 47c7102 commit 0fb5138
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .travis.yml
Expand Up @@ -28,6 +28,9 @@ script:
- ./vendor/bin/phpunit -v

jobs:
allow_failures:
- php: nightly

include:
# Tests the lowest set of dependencies
- php: 7.1
Expand Down Expand Up @@ -63,6 +66,13 @@ jobs:
install:
- travis_retry composer update -n --prefer-dist

# Test against PHP 8
- php: nightly
before_install:
- composer config platform.php 7.4.99
install:
- travis_retry composer update -n --prefer-dist

- stage: Code Quality
env: CODING_STANDARDS
php: 7.3
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -25,7 +25,7 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.1 || ^8.0",
"doctrine/dbal": "^2.9.0",
"doctrine/persistence": "^1.3.3",
"doctrine/sql-formatter": "^1.0.1",
Expand Down

0 comments on commit 0fb5138

Please sign in to comment.