From 78693815fb0bd87a49d2ae4cd3ea8464207ec110 Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Sun, 21 Sep 2025 16:52:43 +0000 Subject: [PATCH] Use MySQL 8.4 and PostgreSQL 14 on Github CI to run the tests (#43229). git-svn-id: https://svn.redmine.org/redmine/trunk@24004 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fa8b61666..8807e67e0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: services: postgres: - image: postgres:13 + image: postgres:14 env: POSTGRES_DB: redmine_test POSTGRES_USER: root @@ -30,7 +30,7 @@ jobs: --health-retries 5 mysql: - image: mysql:8.0 + image: mysql:8.4 env: MYSQL_DATABASE: redmine_test MYSQL_ROOT_PASSWORD: 'root'