From ac1b4fb6248f001ff261a4f08841122b6b6dc0d1 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Sat, 8 Jun 2024 19:45:05 +0200 Subject: [PATCH] CI MariaDB: add 11.4, remove 11.0 (#6432) Cherry-picked from #6426. Co-authored-by: Daniel Black --- .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"