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

chore(CI): Adjust testing matrix for Nextcloud 28 on stable28 #605

Merged
merged 4 commits into from
Dec 18, 2023
Merged
Show file tree
Hide file tree
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
12 changes: 6 additions & 6 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 Expand Up @@ -107,4 +107,4 @@ trigger:
type: docker
---
kind: signature
hmac: bf3784c04c7946c798d93d4f766e2f3d13c6b7ab9a56b78c6ec70314431933a0
hmac: 1960c5683b6f83be97fdfd6d9dec5b68f649752f3eea1c19738170c8c6e63e58
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
Loading