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 8ee718d commit e6b9e3e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Expand Up @@ -36,7 +36,7 @@ install:
jobs:
allow_failures:
- env: srv=build v=10.6
- env: srv=build
include:
- env: srv=mariadb v=10.6
os: windows
Expand All @@ -46,6 +46,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: openjdk8
- env: srv=mariadb v=10.6 packet=40
Expand All @@ -55,7 +56,7 @@ jobs:
- if: type = push AND fork = false
env: srv=maxscale
- 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 All @@ -75,4 +76,4 @@ script:
- if [ -z "$BENCH" ] ; then MAVEN_SKIP_RC=true MAVEN_OPTS="-Xmx2g" mvn clean test -DjobId=${TRAVIS_JOB_ID}; fi

after_script:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)

0 comments on commit e6b9e3e

Please sign in to comment.