From 316b061de169759ba33ada7b279487f36c949533 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Fri, 22 Sep 2023 11:49:52 +0200 Subject: [PATCH] [ticket/17193] Remove mariadb versions not working right now PHPBB3-17193 --- .github/workflows/tests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 70eb6a0017..982ca66a2a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -115,10 +115,6 @@ jobs: db: "mariadb:10.10" - php: '8.1' db: "mariadb:10.11" - - php: '8.1' - db: "mariadb:11.0" - - php: '8.1' - db: "mariadb:11.1" - php: '8.1' db: "mysql:5.7" db_alias: "MySQL Slow Tests"