We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6972dba commit 9aaa2b7Copy full SHA for 9aaa2b7
.github/workflows/ci-mariadb-intergration-tests.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-20.04
10
strategy:
11
matrix:
12
- mariadb-version: [ 10.0, 10.1, 10.2.15, 10.2, 10.3.7, 10.3, 10.5.1, 10.5, 10.6, 10.11, 11.5.2]
+ mariadb-version: [ 11.5.2 ]
13
name: Integration test with MariaDB ${{ matrix.mariadb-version }}
14
steps:
15
- uses: actions/checkout@v3
0 commit comments