From ceb55c331c1364bf2d8f9e54688753f8bcfa118c Mon Sep 17 00:00:00 2001 From: tuutti Date: Mon, 5 Feb 2024 18:40:10 +0200 Subject: [PATCH] UHF-9617: Migrate to MySQL 8 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f38b076..3304552 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: services: db: - image: mariadb + image: mysql:8 env: MYSQL_USER: drupal MYSQL_PASSWORD: drupal