From dbd01ddc1db5b03f3a0d82134cd5200eb33a401c Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Fri, 7 Jun 2024 09:54:44 +1000 Subject: [PATCH] CI MariaDB: add 11.4, remove 11.0 --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 57ca34a223e..d7a9741b865 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -302,10 +302,10 @@ jobs: - "10.5" # LTS (Jun 2025) - "10.6" # LTS (Jul 2026) - "10.11" # LTS (Feb 2028) - - "11.0" # STS (Jun 2024) - "11.1" # STS (Aug 2024) - "11.2" # STS (Nov 2024) - "11.3" # STS (Feb 2025) + - "11.4" # LTS (May 2029) extension: - "mysqli" - "pdo_mysql"