Skip to content

Commit

Permalink
Merge pull request doctrine#7600 from Majkl578/travis-php7.4-2.7
Browse files Browse the repository at this point in the history
[2.7] CI: Test against PHP 7.4snapshot instead of nightly (8.0)
  • Loading branch information
Ocramius authored and lcobucci committed Sep 23, 2019
2 parents 6215bc1 + 03f68ad commit 1de107c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -55,7 +55,7 @@ jobs:
- stage: Test
dist: xenial
env: DB=mysql MYSQL_VERSION=5.7
php: nightly
php: 7.4snapshot
services:
- mysql
before_script:
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- stage: Code Quality
if: NOT type = pull_request
env: DB=none CODING_STANDARDS
php: 7.1
php: 7.4snapshot
install: travis_retry composer install --prefer-dist
script:
- ./vendor/bin/phpcs
Expand Down

0 comments on commit 1de107c

Please sign in to comment.