From 3a5b11918243c00eed2a2d7303824fcd11c18cb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Thu, 13 Feb 2025 08:58:08 +0100 Subject: [PATCH] CI: Update to MySQL 9.2, replace Ubuntu 20.04 --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49c6dca1..3e87855a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,10 +7,10 @@ jobs: # https://www.mysql.com/support/supportedplatforms/database.html matrix: include: - - os: ubuntu-20.04 + - os: ubuntu-22.04 client: "8.0" server: "8.0" - - os: ubuntu-20.04 + - os: ubuntu-22.04 client: "8.0" server: "8.4" - os: ubuntu-22.04 @@ -20,14 +20,14 @@ jobs: client: "8.4" server: "8.0" - os: ubuntu-22.04 - client: "9.1" + client: "9.2" server: "8.4" - os: ubuntu-22.04 - client: "9.1" - server: "9.1" + client: "9.2" + server: "9.2" - os: ubuntu-24.04 - client: "9.1" - server: "9.1" + client: "9.2" + server: "9.2" runs-on: ${{ matrix.os }} services: mysql: @@ -63,7 +63,7 @@ jobs: run: | sudo debconf-set-selections <