diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2019-10-22 16:48:55 +0200 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2019-10-22 16:48:55 +0200 |
commit | 81d0b7079121103595fe352a95c5ac90865b4986 (patch) | |
tree | de662da09032b9ef9eb250b66b189b33280ba271 /tests/acceptance | |
parent | ac1585b316aa36c86f4265597bf9d970c61efdf7 (diff) | |
download | nextcloud-server-81d0b7079121103595fe352a95c5ac90865b4986.tar.gz nextcloud-server-81d0b7079121103595fe352a95c5ac90865b4986.zip |
Run acceptance tests on PHP 7.3
There is no difference (as far as I know) between running the acceptance
tests on PHP 7.1 or on PHP 7.3; this is simply a preparatory step to be
ready when PHP 7.1 support is dropped in Nextcloud server.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'tests/acceptance')
-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 3e7e0a570ff..48e39bcd119 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/acceptance-php7.1:acceptance-php7.1-2 bash + docker run --detach --name=$NEXTCLOUD_LOCAL_CONTAINER --network=container:$SELENIUM_CONTAINER --interactive --tty nextcloudci/acceptance-php7.3:acceptance-php7.3-2 bash # Use the $TMPDIR or, if not set, fall back to /tmp. NEXTCLOUD_LOCAL_TAR="$($MKTEMP --tmpdir="${TMPDIR:-/tmp}" --suffix=.tar nextcloud-local-XXXXXXXXXX)" |