Rollback to MariaDb 10.3
This commit is contained in:
parent
7fd10cdb96
commit
3e3f31ace1
@ -29,7 +29,7 @@ rvm:
|
||||
- 2.6
|
||||
|
||||
before_install:
|
||||
- sudo mysql -e 'CREATE DATABASE IF NOT EXISTS test CHARACTER SET utf8mb4;'
|
||||
- mysql -e 'CREATE DATABASE IF NOT EXISTS test CHARACTER SET utf8mb4;'
|
||||
- psql -c 'create database test;' -U postgres
|
||||
- export WORKSPACE=`pwd`/workspace
|
||||
- export PATH_TO_DMSF=`pwd`
|
||||
@ -63,4 +63,4 @@ services:
|
||||
- postgresql
|
||||
|
||||
addons:
|
||||
mariadb: '10.4'
|
||||
mariadb: '10.3'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user