diff options
author | blizzz <blizzz@arthur-schiwon.de> | 2017-10-31 16:35:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-31 16:35:38 +0100 |
commit | 22ef95ca696e856db8288c294db3580e364106c1 (patch) | |
tree | a46f3fde31cab6c0a6889bd39ff3c98bcc0d2e2e /tests | |
parent | b3ff9a2248f18fac4b2a9ffa5be99c464effb4b6 (diff) | |
parent | 5a7ed332def02ddf32580a3677f1f94dbc7acea1 (diff) | |
download | nextcloud-server-22ef95ca696e856db8288c294db3580e364106c1.tar.gz nextcloud-server-22ef95ca696e856db8288c294db3580e364106c1.zip |
Merge pull request #7022 from nextcloud/acceptance-tests-7.1
bump acceptance test suite to use php 7.1 image
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/acceptance/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/acceptance/run.sh b/tests/acceptance/run.sh index 1b68f8655ae..89fdda02630 100755 --- a/tests/acceptance/run.sh +++ b/tests/acceptance/run.sh @@ -138,7 +138,7 @@ function prepareDocker() { # Selenium server. # The container exits immediately if no command is given, so a Bash session # is created to prevent that. - docker run --detach --name=$NEXTCLOUD_LOCAL_CONTAINER --network=container:$SELENIUM_CONTAINER --interactive --tty nextcloudci/php7.0:php7.0-7 bash + docker run --detach --name=$NEXTCLOUD_LOCAL_CONTAINER --network=container:$SELENIUM_CONTAINER --interactive --tty nextcloudci/php7.1:php7.1-15 bash # Use the $TMPDIR or, if not set, fall back to /tmp. NEXTCLOUD_LOCAL_TAR="$($MKTEMP --tmpdir="${TMPDIR:-/tmp}" --suffix=.tar nextcloud-local-XXXXXXXXXX)" |