diff --git a/.github/workflows/tests_ci.yml b/.github/workflows/tests_ci.yml index a161ffb95c4..b8073dcca9e 100644 --- a/.github/workflows/tests_ci.yml +++ b/.github/workflows/tests_ci.yml @@ -87,7 +87,7 @@ jobs: runs-on: ubuntu-latest services: mysql: - image: mariadb:11.2 + image: mariadb:11.3 env: MYSQL_ROOT_PASSWORD: testpass ports: @@ -163,7 +163,7 @@ jobs: runs-on: ubuntu-latest services: mysql: - image: mariadb:11.2 + image: mariadb:11.3 env: MYSQL_ROOT_PASSWORD: testpass ports: