summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranoy <anoymouserver+github@mailbox.org>2021-07-16 21:38:40 +0200
committeranoy <anoymouserver@users.noreply.github.com>2021-07-17 20:31:29 +0200
commit6515a297d8f54594b77b95dd4bcf245544fdb21e (patch)
tree354393c57dfe408a6a2ce6d7c7fad6d846b5ef76
parent4dd9766d42a774d7264c44cd8036135c8f29296f (diff)
pin mariadb to 10.5
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
-rw-r--r--.github/workflows/api-integration-tests.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/api-integration-tests.yml b/.github/workflows/api-integration-tests.yml
index 797242395..297ee7446 100644
--- a/.github/workflows/api-integration-tests.yml
+++ b/.github/workflows/api-integration-tests.yml
@@ -60,6 +60,7 @@ jobs:
if: matrix.database == 'mysql'
uses: getong/mariadb-action@v1.1
with:
+ mariadb version: '10.5'
host port: ${{ env.MYSQL_PORT }}
mysql database: ${{ env.MYSQL_DATABASE }}
mysql root password: ${{ env.MYSQL_PASSWORD }}