Skip to content

Commit 30ccc36

Browse files
authored
Merge pull request #382 from nextcloud/update-master-version
feat(deps): Add Nextcloud 32 support on master
2 parents a971cb4 + dfc2ed7 commit 30ccc36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']
23+
branches: ['main', 'master', 'stable31', 'stable30', 'stable29'']
2424

2525
name: update-nextcloud-ocp-${{ matrix.branches }}
2626

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<name>Workflow external scripts</name>
1010
<summary>Rule based processing of files through specified external scripts</summary>
1111
<description>Pass files on to external scripts depending on a defined set of rules.</description>
12-
<version>2.0.0</version>
12+
<version>3.0.0-dev.0</version>
1313
<licence>agpl</licence>
1414
<author mail="[email protected]">Arthur Schiwon</author>
1515
<namespace>WorkflowScript</namespace>
@@ -25,6 +25,6 @@
2525
<repository type="git">https://github.com/nextcloud/workflow_script.git</repository>
2626
<screenshot>https://raw.githubusercontent.com/nextcloud/workflow_script/master/screenshots/flow-ui.png</screenshot>
2727
<dependencies>
28-
<nextcloud min-version="31" max-version="31" />
28+
<nextcloud min-version="32" max-version="32" />
2929
</dependencies>
3030
</info>

0 commit comments

Comments
 (0)