Skip to content

Commit

Permalink
chore(CI): Adjust testing matrix for Nextcloud 28 on stable28
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Nov 23, 2023
1 parent 6a07ad9 commit d1f146b
Show file tree
Hide file tree
Showing 3 changed files with 318 additions and 1,210 deletions.
10 changes: 5 additions & 5 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ steps:
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
environment:
APP_NAME: ldap_write_support
CORE_BRANCH: master
CORE_BRANCH: stable28
DB: sqlite
commands:
# Pre-setup steps
Expand All @@ -23,13 +23,13 @@ trigger:
- push
---
kind: pipeline
name: integration-master
name: integration-stable28
steps:
- name: integration
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
environment:
APP_NAME: ldap_write_support
CORE_BRANCH: master
CORE_BRANCH: stable28
DB: sqlite
commands:
# Pre-setup steps
Expand Down Expand Up @@ -69,13 +69,13 @@ type: docker

---
kind: pipeline
name: integration-master-nocache
name: integration-stable28-nocache
steps:
- name: integration
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
environment:
APP_NAME: ldap_write_support
CORE_BRANCH: master
CORE_BRANCH: stable28
DB: sqlite
commands:
# Pre-setup steps
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "project",
"require-dev": {
"nextcloud/coding-standard": "^1.0",
"nextcloud/ocp": "dev-master",
"nextcloud/ocp": "dev-stable28",
"vimeo/psalm": "^5.9"
},
"scripts": {
Expand All @@ -15,7 +15,7 @@
"psalm:update-baseline": "psalm --threads=1 --update-baseline"
},
"platform": {
"php": "8.0"
"php": "8.0.2"
},
"license": "AGPLv3",
"authors": [
Expand Down
Loading

0 comments on commit d1f146b

Please sign in to comment.