fix(CI): Use the non-failing image from stable24

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2024-07-03 09:10:14 +02:00
parent 5a0631ed7c
commit 3ecab64b0c
No known key found for this signature in database
GPG key ID: 74434EFE0D2E2205

View file

@ -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)"