Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.7] CI: Test against PHP 7.4snapshot instead of nightly (8.0) #7600

Merged
merged 1 commit into from Feb 11, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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