From 6515a297d8f54594b77b95dd4bcf245544fdb21e Mon Sep 17 00:00:00 2001 From: anoy Date: Fri, 16 Jul 2021 21:38:40 +0200 Subject: pin mariadb to 10.5 Signed-off-by: anoy --- .github/workflows/api-integration-tests.yml | 1 + 1 file changed, 1 insertion(+) 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 }} -- cgit v1.2.3