Unverified Commit c64ca260 authored by Andrey Bolonin's avatar Andrey Bolonin Committed by Sergei Morozov

Use PHP 7.4 instead of a snapshot on Travis

parent bcd5085f
...@@ -247,7 +247,7 @@ jobs: ...@@ -247,7 +247,7 @@ jobs:
install: install:
- travis_retry composer update --prefer-dist --prefer-lowest - travis_retry composer update --prefer-dist --prefer-lowest
- stage: Test - stage: Test
php: 7.4snapshot php: 7.4
env: DB=mysql.docker MYSQL_VERSION=8.0 env: DB=mysql.docker MYSQL_VERSION=8.0
sudo: required sudo: required
services: services:
...@@ -255,7 +255,7 @@ jobs: ...@@ -255,7 +255,7 @@ jobs:
before_script: before_script:
- bash ./tests/travis/install-mysql-8.0.sh - bash ./tests/travis/install-mysql-8.0.sh
- stage: Test - stage: Test
php: 7.4snapshot php: 7.4
env: DB=mysqli.docker MYSQL_VERSION=8.0 env: DB=mysqli.docker MYSQL_VERSION=8.0
sudo: required sudo: required
services: services:
...@@ -263,17 +263,17 @@ jobs: ...@@ -263,17 +263,17 @@ jobs:
before_script: before_script:
- bash ./tests/travis/install-mysql-8.0.sh - bash ./tests/travis/install-mysql-8.0.sh
- stage: Test - stage: Test
php: 7.4snapshot php: 7.4
env: DB=mariadb MARIADB_VERSION=10.3 env: DB=mariadb MARIADB_VERSION=10.3
addons: addons:
mariadb: 10.3 mariadb: 10.3
- stage: Test - stage: Test
php: 7.4snapshot php: 7.4
env: DB=mariadb.mysqli MARIADB_VERSION=10.3 env: DB=mariadb.mysqli MARIADB_VERSION=10.3
addons: addons:
mariadb: 10.3 mariadb: 10.3
- stage: Test - stage: Test
php: 7.4snapshot php: 7.4
env: DB=pgsql POSTGRESQL_VERSION=11.0 env: DB=pgsql POSTGRESQL_VERSION=11.0
sudo: required sudo: required
services: services:
...@@ -281,10 +281,10 @@ jobs: ...@@ -281,10 +281,10 @@ jobs:
before_script: before_script:
- bash ./tests/travis/install-postgres-11.sh - bash ./tests/travis/install-postgres-11.sh
- stage: Test - stage: Test
php: 7.4snapshot php: 7.4
env: DB=sqlite env: DB=sqlite
- stage: Test - stage: Test
php: 7.4snapshot php: 7.4
env: DB=sqlsrv env: DB=sqlsrv
sudo: required sudo: required
services: services:
...@@ -294,7 +294,7 @@ jobs: ...@@ -294,7 +294,7 @@ jobs:
- bash ./tests/travis/install-mssql-sqlsrv.sh - bash ./tests/travis/install-mssql-sqlsrv.sh
- bash ./tests/travis/install-mssql.sh - bash ./tests/travis/install-mssql.sh
- stage: Test - stage: Test
php: 7.4snapshot php: 7.4
env: DB=pdo_sqlsrv env: DB=pdo_sqlsrv
sudo: required sudo: required
services: services:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment