Skip to content

Commit

Permalink
[misc] adding MariaDB 10.8 to test suite.
Browse files Browse the repository at this point in the history
Build is now 10.9
  • Loading branch information
rusher committed Jun 30, 2022
1 parent 8b32329 commit c12810d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -36,7 +36,7 @@ install:
jobs:
allow_failures:
- env: srv=build v=10.6
- env: srv=build
- env: srv=xpand TEST_DB_OTHER="initSql=SET NAMES UTF8"
include:
- env: srv=mariadb v=10.6
Expand All @@ -47,6 +47,7 @@ jobs:
- env: srv=mariadb v=10.4 local=1
- env: srv=mariadb v=10.5 local=1
- env: srv=mariadb v=10.7 local=1
- env: srv=mariadb v=10.8 local=1
- env: srv=mariadb v=10.6 packet=40
jdk: openjdk17
- env: srv=mariadb v=10.6 packet=8
Expand All @@ -56,7 +57,7 @@ jobs:
- if: type = push AND fork = false
env: srv=xpand TEST_DB_OTHER="initSql=SET NAMES UTF8"
- if: type = push AND fork = false
env: srv=build v=10.6
env: srv=build
- if: type = push AND fork = false
env: srv=mariadb-es v=10.6
- if: type = push AND fork = false
Expand Down

0 comments on commit c12810d

Please sign in to comment.