Skip to content

Commit

Permalink
Merge pull request #3454 from Majkl578/travis-php7.4
Browse files Browse the repository at this point in the history
CI: Test against PHP 7.4snapshot instead of nightly (8.0)
  • Loading branch information
morozov authored Feb 9, 2019
2 parents 4a556cb + 6896a75 commit 8326b11
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ after_script:
jobs:
allow_failures:
- php: nightly
- php: 7.4snapshot

include:

Expand Down Expand Up @@ -275,44 +275,44 @@ jobs:
- bash ./tests/travis/install-mssql-pdo_sqlsrv.sh
- bash ./tests/travis/install-mssql.sh
- stage: Test
php: nightly
php: 7.4snapshot
env: DB=mysql.docker MYSQL_VERSION=8.0
sudo: required
services:
- docker
before_script:
- bash ./tests/travis/install-mysql-8.0.sh
- stage: Test
php: nightly
php: 7.4snapshot
env: DB=mysqli.docker MYSQL_VERSION=8.0
sudo: required
services:
- docker
before_script:
- bash ./tests/travis/install-mysql-8.0.sh
- stage: Test
php: nightly
php: 7.4snapshot
env: DB=mariadb MARIADB_VERSION=10.3
addons:
mariadb: 10.3
- stage: Test
php: nightly
php: 7.4snapshot
env: DB=mariadb.mysqli MARIADB_VERSION=10.3
addons:
mariadb: 10.3
- stage: Test
php: nightly
php: 7.4snapshot
env: DB=pgsql POSTGRESQL_VERSION=11.0
sudo: required
services:
- docker
before_script:
- bash ./tests/travis/install-postgres-11.sh
- stage: Test
php: nightly
php: 7.4snapshot
env: DB=sqlite
- stage: Test
php: nightly
php: 7.4snapshot
env: DB=sqlsrv
sudo: required
services:
Expand All @@ -321,7 +321,7 @@ jobs:
- bash ./tests/travis/install-mssql-sqlsrv.sh
- bash ./tests/travis/install-mssql.sh
- stage: Test
php: nightly
php: 7.4snapshot
env: DB=pdo_sqlsrv
sudo: required
services:
Expand Down

0 comments on commit 8326b11

Please sign in to comment.