From 60d0560ee44c0783a4111eafcd19678b39d2b5fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 03:17:56 +0000 Subject: [PATCH] Update mysql Docker tag to v9 --- .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 96d692f..5d884d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: EVENTLITE_TEST_DATABASE_URL: postgres://postgres:postgres@127.0.0.1:5432/eventlite_test services: mysql: - image: mysql:8 + image: mysql:9 env: MYSQL_ROOT_PASSWORD: mysql MYSQL_DATABASE: intercode_import_test