From 836618bd7181ee6d28af3f7bda53a6ba15340d1a Mon Sep 17 00:00:00 2001 From: enomotodev Date: Wed, 4 Jun 2025 13:46:10 +0900 Subject: [PATCH] test: update MySQL test matrix to use official images and add 9.0, 8.4 versions --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f59f2fae..04a30c94 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,7 +41,7 @@ jobs: mysql: strategy: matrix: - dbversion: ['mysql/mysql-server:latest', 'mysql:5.7'] + dbversion: ['mysql:9.0', 'mysql:8.4', 'mysql:8.0', 'mysql:5.7'] go: ['1.23', '1.24'] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }}