Skip to content

Commit

Permalink
CI: Test against PHP 7.4snapshot instead of nightly (8.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Majkl578 committed Feb 9, 2019
1 parent 266f0d7 commit eba5f20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
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 eba5f20

Please sign in to comment.