From b7a0845799ea5c4b5401e34e673f4b249674ac00 Mon Sep 17 00:00:00 2001 From: jchrys Date: Fri, 15 Aug 2025 22:56:19 +0900 Subject: [PATCH] ci: add MySQL 9.3 to test matrix resolves #319 Signed-off-by: jchrys --- .github/workflows/ci-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-integration-tests.yml b/.github/workflows/ci-integration-tests.yml index 3ac7fb159..a2fecbd8c 100644 --- a/.github/workflows/ci-integration-tests.yml +++ b/.github/workflows/ci-integration-tests.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: mysql-version: - ['5.5', '5.6.45', '5.6', '5.7.28', '5.7', '8.0', '8.1', '8.2', '8.3', '8.4', '9.0', '9.1', '9.2'] + ['5.5', '5.6.45', '5.6', '5.7.28', '5.7', '8.0', '8.1', '8.2', '8.3', '8.4', '9.0', '9.1', '9.2', '9.3'] name: Integration test with MySQL ${{ matrix.mysql-version }} steps: - uses: actions/checkout@v3