From 028acf20b66b76844ac5cfbffd8cb89111ad4c5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Mon, 1 Jul 2024 19:45:35 +0200 Subject: [PATCH] MySQL 9.0.0 client libarary support --- .github/workflows/ci.yml | 7 +++++++ Makefile.PL | 4 ++-- README.md | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dce3a1be..b59f2775 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,9 @@ jobs: - os: ubuntu-22.04 client: "8.4" server: "8.0" + - os: ubuntu-22.04 + client: "9.0" + server: "8.4" runs-on: ${{ matrix.os }} services: mysql: @@ -53,6 +56,10 @@ jobs: run: | sudo debconf-set-selections <