Navigation Menu

Skip to content

Commit

Permalink
appveyor: fix MariaDB version
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 30, 2018
1 parent 6c1ae7e commit a5a7563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -3,9 +3,9 @@ clone_depth: 10
environment:
matrix:
- CMAKE_GENERATOR_NAME: "Visual Studio 14 2015"
MARIADB_VERSION: 10.1.34
MARIADB_VERSION: 10.1.32
- CMAKE_GENERATOR_NAME: "Visual Studio 14 2015 Win64"
MARIADB_VERSION: 10.1.34
MARIADB_VERSION: 10.1.32
- CMAKE_GENERATOR_NAME: "Visual Studio 14 2015"
MARIADB_VERSION: 10.2.14
- CMAKE_GENERATOR_NAME: "Visual Studio 14 2015 Win64"
Expand Down

0 comments on commit a5a7563

Please sign in to comment.