From 5aebf5208e4e58770cee9ef2f54cce948d03a96e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Philipp=20Sch=C3=BCle?=
Date: Thu, 27 Feb 2025 12:14:57 +0100
Subject: [PATCH] conf(ci/php): temporarily disable mysql 8 in matrix tests
---
ci/gitlab-ci/test_php_jobs.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ci/gitlab-ci/test_php_jobs.yml b/ci/gitlab-ci/test_php_jobs.yml
index 6f98c4f133..178e923122 100644
--- a/ci/gitlab-ci/test_php_jobs.yml
+++ b/ci/gitlab-ci/test_php_jobs.yml
@@ -55,7 +55,8 @@ php-unit-all-tests-source-matrix:
- "mariadb:11.0"
- "mariadb:10.11"
- "mariadb:10.9"
- - "dockerregistry.metaways.net/tine20/tine20/mysql:8"
+ # TODO fix mysql 8
+ # - "dockerregistry.metaways.net/tine20/tine20/mysql:8"
- PHP_VERSION:
- "8.1"
- "8.2"