Skip to content

Commit

Permalink
fix(CI): Use the non-failing image from stable24
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Jul 3, 2024
1 parent 5a0631e commit 3ecab64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 3ecab64

Please sign in to comment.