Use old db version

This commit is contained in:
Dennis Eichhorn 2018-08-04 15:57:11 +02:00
parent 4f968d4420
commit 1783ef3804

View File

@ -1,19 +1,11 @@
language: php
dist: trusty
sudo: required
php:
- '7.2'
- nightly
addons:
apt:
sources:
- mysql-5.7-trusty
packages:
- mysql-server
- mysql-client
services:
- mysql
before_script:
- mysql -e "use mysql; update user set authentication_string=PASSWORD('123456') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
- mysql_upgrade
- service mysql restart
- pecl install ast
- composer install