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 19:22:00 +0300
committerGitHub <noreply@github.com>2022-02-06 19:22:00 +0300
commit5d3739cddd40c66cea7460b4b9f26a3b0a4a13f7 (patch)
treeb9cc43aeaa2180ae3daf81b1cdc16241732a417b /.drone.yml
parentdb789c9983bf7d2bd273e6c01a07ab7a597ea345 (diff)
Keep 10.4 to PHP8
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index e4a1ef8c97c..ec4fe2d1237 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -316,7 +316,7 @@ trigger:
---
kind: pipeline
-name: mariadb10.2-php8.0
+name: mariadb10.4-php8.0
steps:
- name: submodules
@@ -333,7 +333,7 @@ services:
- name: cache
image: ghcr.io/nextcloud/continuous-integration-redis:latest
- name: mariadb
- image: ghcr.io/nextcloud/continuous-integration-mariadb-10.2:10.2
+ image: ghcr.io/nextcloud/continuous-integration-mariadb-10.4:10.4
environment:
MYSQL_ROOT_PASSWORD: owncloud
MYSQL_USER: oc_autotest