From 657c52fa21c5c2cfad6d18b7c281a392bc6bf80d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Mon, 13 May 2024 09:21:08 +0200 Subject: [PATCH] Test MySQL 8.4 LTS compatibility --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 522e098b537..e753ebef1fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: include: # test higher PHP version with higher MariaDB and MySQL versions - {php-version: "8.3", db-image: "mariadb:10.11", always: true} - - {php-version: "8.3", db-image: "mysql:8.0", always: true} + - {php-version: "8.3", db-image: "mysql:8.4", always: true} # test other PHP versions - {php-version: "8.2", db-image: "mariadb:10.11", always: false} - {php-version: "8.1", db-image: "mariadb:10.11", always: false}