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