From 092a70c6687a9013ef96e477b8f008abf05df83a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Fri, 6 Oct 2023 15:50:42 +0200 Subject: [PATCH] Try 11.1 --- .github/workflows/custom/after-install/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/custom/after-install/action.yml b/.github/workflows/custom/after-install/action.yml index 56037e3b..aa77c76d 100644 --- a/.github/workflows/custom/after-install/action.yml +++ b/.github/workflows/custom/after-install/action.yml @@ -14,7 +14,7 @@ runs: - uses: ankane/setup-mariadb@v1 if: (matrix.config.mysql_server == '') || ! matrix.config.mysql_server with: - mariadb-version: "11.0" + mariadb-version: "11.1" - uses: ankane/setup-mysql@v1 if: matrix.config.mysql_server