Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust testing matrix for Nextcloud 25 on stable25 #515

Merged
merged 1 commit into from
Sep 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ steps:
image: nextcloudci/php7.4:php7.4-2
environment:
APP_NAME: ldap_write_support
CORE_BRANCH: master
CORE_BRANCH: stable25
DB: sqlite
commands:
# Pre-setup steps
Expand All @@ -16,7 +16,7 @@ steps:
image: nextcloudci/php7.4:php7.4-2
environment:
APP_NAME: ldap_write_support
CORE_BRANCH: master
CORE_BRANCH: stable25
DB: sqlite
commands:
- composer install
Expand All @@ -25,7 +25,7 @@ steps:
image: nextcloudci/php8.0:latest
environment:
APP_NAME: ldap_write_support
CORE_BRANCH: master
CORE_BRANCH: stable25
DB: sqlite
commands:
- composer install
Expand All @@ -40,13 +40,13 @@ trigger:
- push
---
kind: pipeline
name: integration-master
name: integration-stable25
steps:
- name: integration
image: nextcloudci/php7.4:php7.4-2
environment:
APP_NAME: ldap_write_support
CORE_BRANCH: master
CORE_BRANCH: stable25
DB: sqlite
commands:
# Pre-setup steps
Expand Down Expand Up @@ -86,13 +86,13 @@ type: docker

---
kind: pipeline
name: integration-master-nocache
name: integration-stable25-nocache
steps:
- name: integration
image: nextcloudci/php7.4:php7.4-2
environment:
APP_NAME: ldap_write_support
CORE_BRANCH: master
CORE_BRANCH: stable25
DB: sqlite
commands:
# Pre-setup steps
Expand Down