Skip to content

Commit

Permalink
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
@@ -28,6 +28,9 @@ script:
- ./vendor/bin/phpunit -v

jobs:
allow_failures:
- php: nightly

include:
# Tests the lowest set of dependencies
- php: 7.1
@@ -60,6 +63,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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.1 || ^8.0",
"doctrine/dbal": "^2.5.12",
"doctrine/doctrine-cache-bundle": "~1.2",
"doctrine/persistence": "^1.3.3",

0 comments on commit 2ee4c25

Please sign in to comment.