From 95f592be1859f22ef7a2c8985be75837e710d621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Tue, 6 May 2025 21:55:14 +0200 Subject: [PATCH] Update CI --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60a79f273..af153ffbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,8 @@ jobs: test: strategy: matrix: - go: [ "1.24", "1.23", "1.22" ] - os: [ ubuntu-24.04, ubuntu-22.04 ] + go: [ "1.24", "1.23" ] + os: [ ubuntu-latest, ubuntu-24.04, ubuntu-22.04 ] name: Tests Go ${{ matrix.go }} on ${{ matrix.os }} # This name is used in main branch protection rules runs-on: ${{ matrix.os }} @@ -56,8 +56,9 @@ jobs: strategy: matrix: mysql_version: - - 8.0.40 - - 8.4.3 + - 8.0.42 + - 8.4.5 + - 9.3.0 name: Tests with MySQL ${{ matrix.mysql_version }} runs-on: ubuntu-latest services: