Rollback to MariaDb 10.3

This commit is contained in:
karel.picman@lbcfree.net 2020-12-04 13:33:52 +01:00
parent 7fd10cdb96
commit 3e3f31ace1

View File

@ -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'