Skip to content

Commit

Permalink
Merge pull request #3405 from BenMorel/travis_mysql8_php73
Browse files Browse the repository at this point in the history
Travis CI: PHP 7.3 tests on MySQL 8.0
  • Loading branch information
morozov authored Dec 13, 2018
2 parents 224d77e + ee4aa5c commit e1ed56c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,16 +207,18 @@ jobs:
- travis_retry composer update --prefer-dist --prefer-lowest
- stage: Test
php: 7.3
env: DB=mysql MYSQL_VERSION=5.7
env: DB=mysql MYSQL_VERSION=8.0
dist: xenial
sudo: required
before_script:
- bash ./tests/travis/install-mysql-5.7.sh
- bash ./tests/travis/install-mysql-8.0.sh
- stage: Test
php: 7.3
env: DB=mysqli MYSQL_VERSION=5.7
env: DB=mysqli MYSQL_VERSION=8.0
dist: xenial
sudo: required
before_script:
- bash ./tests/travis/install-mysql-5.7.sh
- bash ./tests/travis/install-mysql-8.0.sh
- stage: Test
php: 7.3
env: DB=mariadb MARIADB_VERSION=10.3
Expand Down

0 comments on commit e1ed56c

Please sign in to comment.