From 3ecab64b0c8dbd4e12a47ff8d661856200c760c6 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 3 Jul 2024 09:10:14 +0200 Subject: [PATCH] fix(CI): Use the non-failing image from stable24 Signed-off-by: Joas Schilling --- tests/acceptance/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/run.sh b/tests/acceptance/run.sh index 07f3f3cce51..a4c0a594756 100755 --- a/tests/acceptance/run.sh +++ b/tests/acceptance/run.sh @@ -144,7 +144,7 @@ function prepareDocker() { --network=container:$SELENIUM_CONTAINER \ --volume composer_cache:/root/.composer \ --interactive \ - --tty nextcloudci/acceptance-php7.3:acceptance-php7.3-2 bash + --tty ghcr.io/nextcloud/continuous-integration-acceptance-php7.4:latest bash # Use the $TMPDIR or, if not set, fall back to /tmp. NEXTCLOUD_LOCAL_TAR="$($MKTEMP --tmpdir="${TMPDIR:-/tmp}" --suffix=.tar nextcloud-local-XXXXXXXXXX)"