Skip to content

Commit cfdadab

Browse files
authored
Merge pull request #8591 from nextcloud/update-stable34-target-versions
chore(CI): Adjust testing matrix for Nextcloud 34 on stable34
2 parents 1ac1323 + 205c356 commit cfdadab

6 files changed

Lines changed: 13 additions & 12 deletions

File tree

.github/workflows/cypress-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
npmVersion: ${{ steps.versions.outputs.npmVersion }}
2727
strategy:
2828
matrix:
29-
server-versions: ['master']
29+
server-versions: ['stable34']
3030

3131
steps:
3232
- name: Checkout server

.github/workflows/npm-audit-fix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
matrix:
2727
branches:
2828
- ${{ github.event.repository.default_branch }}
29+
- 'stable34'
2930
- 'stable33'
3031
- 'stable32'
3132

.github/workflows/update-nextcloud-ocp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
matrix:
2727
branches:
2828
- ${{ github.event.repository.default_branch }}
29+
- 'stable34'
2930
- 'stable33'
3031
- 'stable32'
3132

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- **💾 Open format:** Files are saved as [Markdown](https://en.wikipedia.org/wiki/Markdown), so you can edit them from any other text app too.
1616
- **✊ Strong foundation:** We use [🐈 tiptap](https://tiptap.scrumpy.io) which is based on [🦉 ProseMirror](https://prosemirror.net) – huge thanks to them!
1717
]]></description>
18-
<version>8.0.0-dev.1</version>
18+
<version>8.0.0</version>
1919
<licence>agpl</licence>
2020
<author mail="jus@bitgrid.net">Julius Härtl</author>
2121
<namespace>Text</namespace>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"psalm/phar": "^6.5",
88
"phpunit/phpunit": "^9.5",
99
"ext-mbstring": "*",
10-
"nextcloud/ocp": "dev-master"
10+
"nextcloud/ocp": "dev-stable34"
1111
},
1212
"license": "AGPLv3",
1313
"authors": [

composer.lock

Lines changed: 8 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)