diff options
author | acsfer <carlos@reendex.com> | 2022-02-06 17:22:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-06 17:22:00 +0100 |
commit | 5d3739cddd40c66cea7460b4b9f26a3b0a4a13f7 (patch) | |
tree | b9cc43aeaa2180ae3daf81b1cdc16241732a417b /.drone.yml | |
parent | db789c9983bf7d2bd273e6c01a07ab7a597ea345 (diff) | |
download | nextcloud-server-5d3739cddd40c66cea7460b4b9f26a3b0a4a13f7.tar.gz nextcloud-server-5d3739cddd40c66cea7460b4b9f26a3b0a4a13f7.zip |
Keep 10.4 to PHP8
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 4 |
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 |