summaryrefslogtreecommitdiffstats
path: root/.drone.jsonnet
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-05-17 13:58:07 +0200
committerJoas Schilling <coding@schilljs.com>2023-05-17 13:58:07 +0200
commita05328ef8037e1567cfb0abdee7130a987aabc24 (patch)
treebe7077401243b085b4649121838c68e6514f7e7b /.drone.jsonnet
parent926efc87797a5577d8692e01b08f4a8d9d350415 (diff)
chore(CI): Adjust testing matrix for Nextcloud 27 on stable27
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.drone.jsonnet')
-rw-r--r--.drone.jsonnet6
1 files changed, 3 insertions, 3 deletions
diff --git a/.drone.jsonnet b/.drone.jsonnet
index e16c16119..21240b863 100644
--- a/.drone.jsonnet
+++ b/.drone.jsonnet
@@ -14,9 +14,9 @@ local Pipeline(test_set, database, services) = {
image: "ghcr.io/nextcloud/continuous-integration-php8.2:latest",
environment: {
APP_NAME: "spreed",
- CORE_BRANCH: "master",
- GUESTS_BRANCH: "master",
- NOTIFICATIONS_BRANCH: "master",
+ CORE_BRANCH: "stable27",
+ GUESTS_BRANCH: "stable27",
+ NOTIFICATIONS_BRANCH: "stable27",
DATABASEHOST: database
},
commands: [