diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-11-20 21:57:26 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-11-21 07:53:24 +0100 |
commit | 8fb897fca00cb483537a45d955fd5fb61ee85275 (patch) | |
tree | 44eaa4c749818f8afd20b3af0c7b5e5414528316 /.drone.yml | |
parent | 2eb24fcf420acae5f62e7a4d8190b74d9c701d0f (diff) | |
download | nextcloud-server-8fb897fca00cb483537a45d955fd5fb61ee85275.tar.gz nextcloud-server-8fb897fca00cb483537a45d955fd5fb61ee85275.zip |
Move more CI tests to php7.3
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/.drone.yml b/.drone.yml index f697c836eb2..ae775ccc943 100644 --- a/.drone.yml +++ b/.drone.yml @@ -129,12 +129,12 @@ steps: commands: - git submodule update --init - name: litmus-v1 - image: nextcloudci/litmus-php7.2:1 + image: nextcloudci/litmus-php7.3:litmus-php7.3-1 commands: - bash tests/travis/install.sh sqlite - bash apps/dav/tests/travis/litmus-v1/script.sh - name: litmus-v2 - image: nextcloudci/litmus-php7.2:1 + image: nextcloudci/litmus-php7.3:litmus-php7.3-1 commands: - bash tests/travis/install.sh sqlite - bash apps/dav/tests/travis/litmus-v2/script.sh @@ -157,7 +157,7 @@ steps: commands: - git submodule update --init - name: caldavtester-new-endpoint - image: nextcloudci/litmus-php7.2:1 + image: nextcloudci/litmus-php7.3:litmus-php7.3-1 commands: - bash tests/travis/install.sh sqlite - bash apps/dav/tests/travis/caldav/install.sh @@ -181,7 +181,7 @@ steps: commands: - git submodule update --init - name: caldavtester-old-endpoint - image: nextcloudci/litmus-php7.2:1 + image: nextcloudci/litmus-php7.3:litmus-php7.3-1 commands: - bash tests/travis/install.sh sqlite - bash apps/dav/tests/travis/caldav/install.sh @@ -205,7 +205,7 @@ steps: commands: - git submodule update --init - name: carddavtester-new-endpoint - image: nextcloudci/litmus-php7.2:1 + image: nextcloudci/litmus-php7.3:litmus-php7.3-1 commands: - bash tests/travis/install.sh sqlite - bash apps/dav/tests/travis/carddav/install.sh @@ -229,7 +229,7 @@ steps: commands: - git submodule update --init - name: carddavtester-old-endpoint - image: nextcloudci/litmus-php7.2:1 + image: nextcloudci/litmus-php7.3:litmus-php7.3-1 commands: - bash tests/travis/install.sh sqlite - bash apps/dav/tests/travis/carddav/install.sh @@ -252,8 +252,8 @@ steps: image: docker:git commands: - git submodule update --init -- name: sqlite-php7.0-samba-native - image: nextcloudci/samba-native-php7.1:1 +- name: sqlite-php7.3-samba-native + image: nextcloudci/samba-native-php7.3:samba-native-php7.3-1 commands: - smbd -D -FS & - ./autotest-external.sh sqlite smb-linux @@ -262,8 +262,8 @@ steps: - sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite.xml; fi" - sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite-smb-linux.xml; fi" - sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite-smb-linux.xml; fi" -- name: sqlite-php7.0-samba-non-native - image: nextcloudci/samba-non-native-php7.1:1 +- name: sqlite-php7.3-samba-non-native + image: nextcloudci/samba-non-native-php7.3:samba-non-native-php7.3-1 commands: - smbd -D -FS & - ./autotest-external.sh sqlite smb-linux @@ -283,15 +283,15 @@ trigger: --- kind: pipeline -name: sqlite-php7.1-webdav-apache +name: sqlite-php7.3-webdav-apache steps: - name: submodules image: docker:git commands: - git submodule update --init -- name: sqlite-php7.0-webdav-apache - image: nextcloudci/webdav-apache-php7.1:1 +- name: sqlite-php7.3-webdav-apache + image: nextcloudci/webdav-apache-php7.3:webdav-apache-php7.3-3 commands: - apache2 - ./autotest-external.sh sqlite webdav-apachedrone @@ -2235,7 +2235,7 @@ steps: commands: - git submodule update --init - name: memcache-memcached - image: nextcloudci/php7.1-memcached:1 + image: nextcloudci/php7.3-memcached:php7.3-memcached-2 commands: - phpenmod xdebug - service memcached restart |