[Groonga-mysql-commit] mroonga/mroonga at 29d4245 [master] ci: use the latest MariaDB

Back to archive index
Kouhei Sutou null+****@clear*****
Mon Nov 26 15:19:48 JST 2018


Kouhei Sutou	2018-11-26 15:19:48 +0900 (Mon, 26 Nov 2018)

  Revision: 29d42452f059b0d502eb0ea63bcb5a8282286a9d
  https://github.com/mroonga/mroonga/commit/29d42452f059b0d502eb0ea63bcb5a8282286a9d

  Message:
    ci: use the latest MariaDB

  Modified files:
    .travis.yml
    appveyor.yml

  Modified: .travis.yml (+2 -2)
===================================================================
--- .travis.yml    2018-11-26 15:16:37 +0900 (7a8e4107)
+++ .travis.yml    2018-11-26 15:19:48 +0900 (685aa5d0)
@@ -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

  Modified: appveyor.yml (+6 -6)
===================================================================
--- appveyor.yml    2018-11-26 15:16:37 +0900 (62ada201)
+++ appveyor.yml    2018-11-26 15:19:48 +0900 (be9fdfbf)
@@ -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 ..
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20181126/920dd6bf/attachment-0001.html>


More information about the Groonga-mysql-commit mailing list
Back to archive index