Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-11-28 12:22:05 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-11-28 12:22:05 +0300
commit3cda67c8b13e4841669e50f0cc019f3cd0afdd71 (patch)
tree45f7923c11fbb224671aee6a7974341120f51f94 /build
parent3021491f1cdba43204a919733cf9073a6fa3dec3 (diff)
Fix integration
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'build')
-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