diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-10-31 10:38:54 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-10-31 10:38:54 +0100 |
commit | 5b4df0f320fe71435c43a1d35ad3ffad7481793f (patch) | |
tree | 7fc96c58cfdb811947dba35e22cb154ecfdae1b5 /tests/acceptance/run.sh | |
parent | 8ce5adcf70445ff9f319d301ebaf11e97431906c (diff) | |
download | nextcloud-server-5b4df0f320fe71435c43a1d35ad3ffad7481793f.tar.gz nextcloud-server-5b4df0f320fe71435c43a1d35ad3ffad7481793f.zip |
bump acceptance test suite to use php 7.1 image
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'tests/acceptance/run.sh')
-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)" |