Skip to content

Commit 35da462

Browse files
committed
chore: prepare stable34 branch
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent a7c5828 commit 35da462

5 files changed

Lines changed: 12 additions & 11 deletions

File tree

.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

.github/workflows/update-psalm-baseline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
branches: ['main', 'stable33', 'stable32']
24+
branches: ['main', 'stable34', 'stable33', 'stable32']
2525

2626
name: update-psalm-baseline-${{ matrix.branches }}
2727

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require-dev": {
33
"bamarni/composer-bin-plugin": "^1.8",
4-
"nextcloud/ocp": "dev-master",
4+
"nextcloud/ocp": "dev-stable34",
55
"roave/security-advisories": "dev-latest"
66
},
77
"config": {

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)