From 840b4b92a114eb0f3ab325d88e431127b36bc666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Sun, 3 Aug 2025 11:03:39 +0200 Subject: [PATCH] CI: Update MySQL, MySQL APT and TiDB versions --- .github/workflows/ci.yml | 26 +++++++++++++------------- Dockerfile | 4 ++-- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f98689d3..d7112095 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,14 +20,14 @@ jobs: client: "8.4" server: "8.0" - os: ubuntu-22.04 - client: "9.3" + client: "9.4" server: "8.4" - os: ubuntu-22.04 - client: "9.3" - server: "9.3" + client: "9.4" + server: "9.4" - os: ubuntu-24.04 - client: "9.3" - server: "9.3" + client: "9.4" + server: "9.4" runs-on: ${{ matrix.os }} services: mysql: @@ -64,15 +64,15 @@ jobs: sudo debconf-set-selections <