Skip to content
Snippets Groups Projects
Unverified Commit 3cda67c8 authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

Fix integration

parent 3021491f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment