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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2019-12-04 13:23:55 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2019-12-06 08:44:47 +0300
commit0132199e81674305a2b2193251033b3885ed1630 (patch)
tree3401e1159b96bd3fd2a4184c7ca9fa3ce8672f16 /tests
parent9c92a173998851c21404cb9b8bc2f99d8d90c7d2 (diff)
Bump default Docker image used in helper script to run integration tests
Support for PHP 7.1 was dropped in server. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'tests')
-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 8ec904fd1..e58c61d0f 100755
--- a/tests/integration/run-docker.sh
+++ b/tests/integration/run-docker.sh
@@ -215,7 +215,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