Skip to content

Commit

Permalink
Merge pull request #382 from nextcloud/update-master-version
Browse files Browse the repository at this point in the history
feat(deps): Add Nextcloud 32 support on master
  • Loading branch information
blizzz authored Jan 23, 2025
2 parents a971cb4 + dfc2ed7 commit 30ccc36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-nextcloud-ocp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']
branches: ['main', 'master', 'stable31', 'stable30', 'stable29'']

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

Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<name>Workflow external scripts</name>
<summary>Rule based processing of files through specified external scripts</summary>
<description>Pass files on to external scripts depending on a defined set of rules.</description>
<version>2.0.0</version>
<version>3.0.0-dev.0</version>
<licence>agpl</licence>
<author mail="[email protected]">Arthur Schiwon</author>
<namespace>WorkflowScript</namespace>
Expand All @@ -25,6 +25,6 @@
<repository type="git">https://github.com/nextcloud/workflow_script.git</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/workflow_script/master/screenshots/flow-ui.png</screenshot>
<dependencies>
<nextcloud min-version="31" max-version="31" />
<nextcloud min-version="32" max-version="32" />
</dependencies>
</info>

0 comments on commit 30ccc36

Please sign in to comment.