summaryrefslogtreecommitdiffstats
path: root/tests/integration/run-docker.sh
diff options
context:
space:
mode:
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