Skip to content

Commit

Permalink
Merge pull request #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 committed Feb 11, 2019
2 parents 266f0d7 + eba5f20 commit 30c5a00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -6,7 +6,7 @@ php:
- 7.1
- 7.2
- 7.3
- nightly
- 7.4snapshot

env:
- DB=sqlite
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:

- stage: Test
env: DB=mysql MYSQL_VERSION=5.7
php: nightly
php: 7.4snapshot
before_script:
- ./tests/travis/install-mysql-$MYSQL_VERSION.sh
sudo: required
Expand Down Expand Up @@ -91,12 +91,12 @@ jobs:

- stage: Code Quality
env: DB=none CODING_STANDARDS
php: nightly
php: 7.4snapshot
script:
- ./vendor/bin/phpcs

allow_failures:
- php: nightly
- php: 7.4snapshot

cache:
directories:
Expand Down

0 comments on commit 30c5a00

Please sign in to comment.