diff options
author | acsfer <carlos@reendex.com> | 2022-02-06 13:06:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-06 13:06:57 +0100 |
commit | db789c9983bf7d2bd273e6c01a07ab7a597ea345 (patch) | |
tree | ec4d619fcb1c83d27d1366f8099fc09ad6c7a328 /.drone.yml | |
parent | c23b938358ff89ef90592b0112d3e0e5ee0029ea (diff) | |
download | nextcloud-server-db789c9983bf7d2bd273e6c01a07ab7a597ea345.tar.gz nextcloud-server-db789c9983bf7d2bd273e6c01a07ab7a597ea345.zip |
Update .drone.yml
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index 6d8fd66a319..e4a1ef8c97c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -287,7 +287,7 @@ steps: image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest commands: - git submodule update --init -- name: mariadb10.4-php7.4 +- name: mariadb10.2-php7.4 image: ghcr.io/nextcloud/continuous-integration-integration-php7.4:latest commands: - bash tests/drone-run-php-tests.sh || exit 0 |