Skip to content

NC34 compat: create stable34 branch and pin to Nextcloud 34#381

Draft
Copilot wants to merge 2 commits into
masterfrom
copilot/stable34
Draft

NC34 compat: create stable34 branch and pin to Nextcloud 34#381
Copilot wants to merge 2 commits into
masterfrom
copilot/stable34

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 20, 2026

Summary

Pins the workflow_ocr app to Nextcloud 34 by updating all CI workflow files, composer.json, and documentation. This fixes the failing CI run (https://github.com/R0Wi-DEV/workflow_ocr/actions/runs/25953887751) which failed because appinfo/info.xml specified max-version="34" but the CI was testing against Nextcloud master (NC35).

This follows the same pattern used for the NC33 compat commit (#350).

Changes

  • .github/workflows/phpunit.yml: server-versions: ['master']['stable34'] (all 3 matrix jobs: sqlite, mysql, pgsql)
  • .github/workflows/phpunit-integration.yml: server-versions: ['master']['stable34']
  • .github/workflows/psalm.yml: ocp-version: ['dev-master']['dev-stable34']
  • .github/workflows/sonarqube.yml: server-versions: ['master']['stable34']
  • composer.json: nextcloud/ocp: dev-masterdev-stable34
  • .github/copilot-instructions.md: Update current NC target version to 34

Note: appinfo/info.xml already has min-version="34" max-version="34" and README.md already has the NC34 badge — those were set in a previous commit.

@R0Wi
Copy link
Copy Markdown
Contributor

R0Wi commented May 20, 2026

Copy link
Copy Markdown
Contributor Author

Copilot AI commented May 20, 2026

@copilot https://github.com/R0Wi-DEV/workflow_ocr/actions/runs/26150407332/job/76980726462?pr=381 failed, bump composer deps

Updated composer.lock to nextcloud/ocp dev-stable34 in ed79de4.

Copilot finished work on behalf of R0Wi May 20, 2026 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants