Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoracsfer <carlos@reendex.com>2022-02-06 15:06:57 +0300
committerGitHub <noreply@github.com>2022-02-06 15:06:57 +0300
commitdb789c9983bf7d2bd273e6c01a07ab7a597ea345 (patch)
treeec4d619fcb1c83d27d1366f8099fc09ad6c7a328 /.drone.yml
parentc23b938358ff89ef90592b0112d3e0e5ee0029ea (diff)
Update .drone.yml
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
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