Skip to content

Commit a8934d6

Browse files
authored
Merge pull request #227 from nextcloud/update-master-version
feat(deps): Add Nextcloud 29 support on master
2 parents fb69c35 + 53382e5 commit a8934d6

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
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
branches: ["main", "master", "stable27", "stable26", "stable25"]
20+
branches: ["main", "master", "stable28", "stable27", "stable26"]
2121

2222
name: update-nextcloud-ocp-${{ matrix.branches }}
2323

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>Workflow external scripts</name>
66
<summary>Rule based processing of files through specified external scripts</summary>
77
<description>Pass files on to external scripts depending on a defined set of rules.</description>
8-
<version>1.13.0</version>
8+
<version>1.14.0</version>
99
<licence>agpl</licence>
1010
<author mail="blizzz@arthur-schiwon.de">Arthur Schiwon</author>
1111
<namespace>WorkflowScript</namespace>
@@ -21,6 +21,6 @@
2121
<repository type="git">https://github.com/nextcloud/workflow_script.git</repository>
2222
<screenshot>https://raw.githubusercontent.com/nextcloud/workflow_script/master/screenshots/flow-ui.png</screenshot>
2323
<dependencies>
24-
<nextcloud min-version="28" max-version="28" />
24+
<nextcloud min-version="29" max-version="29" />
2525
</dependencies>
2626
</info>

0 commit comments

Comments
 (0)