Skip to content

Commit

Permalink
run ci against latest doctrine persistence 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goetas committed Jun 4, 2020
1 parent 7a6cf67 commit fa56ece
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ matrix:

- php: 7.3
- php: 7.4

- php: 7.4
env: VERY_LATEST=1
fast_finish: true

install:
Expand Down
2 changes: 2 additions & 0 deletions .travis/install_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ composer self-update

if [[ $TRAVIS_PHP_VERSION != '7.2' ]]; then phpenv config-rm xdebug.ini || true; fi

if [[ $VERY_LATEST == '1' ]]; then composer remove --dev doctrine/phpcr-odm --no-update -n; fi

composer update $COMPOSER_FLAGS -n

0 comments on commit fa56ece

Please sign in to comment.