Navigation Menu

Skip to content

Commit

Permalink
ci: use the latest MariaDB
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 26, 2018
1 parent daaf1fd commit 29d4245
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -13,8 +13,8 @@ env:
- MYSQL_VERSION=mariadb-10.1.37 MROONGA_BUNDLED=yes
- MYSQL_VERSION=mariadb-10.2.19 MROONGA_BUNDLED=yes
- MYSQL_VERSION=mariadb-10.2.19 MROONGA_BUNDLED=yes MROONGA_TEST_PS_PROTOCOL=yes
- MYSQL_VERSION=mariadb-10.3.10 MROONGA_BUNDLED=yes
- MYSQL_VERSION=mariadb-10.3.10 MROONGA_BUNDLED=yes MROONGA_TEST_PS_PROTOCOL=yes
- MYSQL_VERSION=mariadb-10.3.11 MROONGA_BUNDLED=yes
- MYSQL_VERSION=mariadb-10.3.11 MROONGA_BUNDLED=yes MROONGA_TEST_PS_PROTOCOL=yes
- MYSQL_VERSION=percona-server-5.6
- MYSQL_VERSION=percona-server-5.7
- MYSQL_VERSION=mysql-8.0.13
Expand Down
12 changes: 6 additions & 6 deletions appveyor.yml
Expand Up @@ -7,17 +7,17 @@ clone_depth: 10
environment:
matrix:
- CMAKE_GENERATOR_NAME: "Visual Studio 14 2015"
MARIADB_VERSION: 10.1.35
MARIADB_VERSION: 10.1.37
- CMAKE_GENERATOR_NAME: "Visual Studio 14 2015 Win64"
MARIADB_VERSION: 10.1.35
MARIADB_VERSION: 10.1.37
- CMAKE_GENERATOR_NAME: "Visual Studio 14 2015"
MARIADB_VERSION: 10.2.17
MARIADB_VERSION: 10.2.19
- CMAKE_GENERATOR_NAME: "Visual Studio 14 2015 Win64"
MARIADB_VERSION: 10.2.17
MARIADB_VERSION: 10.2.19
- CMAKE_GENERATOR_NAME: "Visual Studio 14 2015"
MARIADB_VERSION: 10.3.9
MARIADB_VERSION: 10.3.11
- CMAKE_GENERATOR_NAME: "Visual Studio 14 2015 Win64"
MARIADB_VERSION: 10.3.9
MARIADB_VERSION: 10.3.11

install:
- cd ..
Expand Down

0 comments on commit 29d4245

Please sign in to comment.