summaryrefslogtreecommitdiffstats
path: root/tests/integration/run-docker.sh
diff options
context:
space:
mode:
authorskalidindi53 <s.teja2004@gmail.com>2024-06-19 08:32:29 -0500
committerskalidindi53 <s.teja2004@gmail.com>2024-06-21 10:00:11 -0500
commit65e4e904c4d074204fdfb3a5251a9c6edb196978 (patch)
treeba60954f00a0466b1d65baf97912acf7e4234188 /tests/integration/run-docker.sh
parent66937d6b0ba12a33861df09da45972a1aefddc07 (diff)
fix: Shows an error msg when missing args
Signed-off-by: skalidindi53 <s.teja2004@gmail.com>
Diffstat (limited to 'tests/integration/run-docker.sh')
-rwxr-xr-xtests/integration/run-docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/run-docker.sh b/tests/integration/run-docker.sh
index 723c1e3bd..ed7ce6ab5 100755
--- a/tests/integration/run-docker.sh
+++ b/tests/integration/run-docker.sh
@@ -201,7 +201,7 @@ cd "$(dirname $0)"
# "--image XXX" option can be provided to set the Docker image to use to run
# the integration tests (one of the "nextcloudci/phpX.Y:phpX.Y-Z" or
# "ghcr.io/nextcloud/continuous-integration-phpX.Y:latest" images).
-NEXTCLOUD_LOCAL_IMAGE="ghcr.io/nextcloud/continuous-integration-php8.0:latest"
+NEXTCLOUD_LOCAL_IMAGE="ghcr.io/nextcloud/continuous-integration-php8.1:latest"
if [ "$1" = "--image" ]; then
NEXTCLOUD_LOCAL_IMAGE=$2