summaryrefslogtreecommitdiffstats
path: root/build/integration
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-11-28 10:22:05 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2019-11-28 10:22:05 +0100
commit3cda67c8b13e4841669e50f0cc019f3cd0afdd71 (patch)
tree45f7923c11fbb224671aee6a7974341120f51f94 /build/integration
parent3021491f1cdba43204a919733cf9073a6fa3dec3 (diff)
downloadnextcloud-server-3cda67c8b13e4841669e50f0cc019f3cd0afdd71.tar.gz
nextcloud-server-3cda67c8b13e4841669e50f0cc019f3cd0afdd71.zip
Fix integration
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'build/integration')
-rwxr-xr-xbuild/integration/run-docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/run-docker.sh b/build/integration/run-docker.sh
index 5e9bea867a0..7f8408d2126 100755
--- a/build/integration/run-docker.sh
+++ b/build/integration/run-docker.sh
@@ -212,7 +212,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" images).
-NEXTCLOUD_LOCAL_IMAGE="nextcloudci/php7.1:php7.1-15"
+NEXTCLOUD_LOCAL_IMAGE="nextcloudci/php7.3:php7.3-5"
if [ "$1" = "--image" ]; then
NEXTCLOUD_LOCAL_IMAGE=$2