Skip to content

Commit

Permalink
fix(deps)!: Drop Nextcloud 27
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Jul 15, 2024
1 parent b4f5364 commit e24ee1b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-nextcloud-ocp-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['master']
target: ['stable27']
branches: ['main']
target: ['stable28']

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 @@ -6,7 +6,7 @@
<summary>Receive a notification when an event in a shared calendar was added, modified or deleted.</summary>
<description><![CDATA[Receive a notification when an event in a shared calendar was added, modified or deleted.]]></description>

<version>2.4.0</version>
<version>2.5.0-dev.0</version>
<licence>agpl</licence>
<author>Joas Schilling</author>

Expand All @@ -27,6 +27,6 @@
<screenshot>https://github.com/nickv-nextcloud/event_update_notification/raw/main/docs/demo.png</screenshot>

<dependencies>
<nextcloud min-version="27" max-version="29" />
<nextcloud min-version="28" max-version="29" />
</dependencies>
</info>
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"require-dev": {
"nextcloud/coding-standard": "^1.2.1",
"nextcloud/ocp": "dev-stable27",
"psalm/phar": "^5.23.1"
"nextcloud/ocp": "dev-stable28",
"psalm/phar": "^5.25.0"
}
}
18 changes: 9 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e24ee1b

Please sign in to comment.