From a3edac6bfc6f44cf95645903c1fc6c88e60da061 Mon Sep 17 00:00:00 2001 From: Thomas Peterson Date: Tue, 14 Oct 2025 15:23:33 +0200 Subject: [PATCH] =?UTF-8?q?php8.4=20f=C3=BCr=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .docker/.env.test.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.docker/.env.test.example b/.docker/.env.test.example index 3cf37d121..2011795e7 100644 --- a/.docker/.env.test.example +++ b/.docker/.env.test.example @@ -35,8 +35,8 @@ PHP_IDE_CONFIG=serverName=psc VOLUMES_DRIVER=local ALPINE_VERSION=3.12 -COMPOSER_VERSION=2.2.5 -MYSQL_VERSION=11 +COMPOSER_VERSION=lts +MYSQL_VERSION=latest MONGODB_VERSION=7 NGINX_VERSION=1.21.5-alpine -PHP_VERSION=8.2 +PHP_VERSION=8.4