Skip to content

Commit

Permalink
feat: add support for nextcloud 32
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <[email protected]>
  • Loading branch information
st3iny committed Jan 27, 2025
1 parent 25e961a commit 5be4249
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/php-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '8.1', '8.2', '8.3' ]
nextcloud-versions: [ 'master', 'stable30' ]
include:
php-versions: [ '8.1', '8.2', '8.3', '8.4' ]
nextcloud-versions: [ 'master', 'stable31', 'stable30' ]
exclude:
- php-versions: '8.4'
nextcloud-versions: 'master'
nextcloud-versions: 'stable30'
name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} unit tests
env:
CI: true
Expand Down Expand Up @@ -55,11 +55,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '8.1', '8.2', '8.3' ]
nextcloud-versions: [ 'master', 'stable30' ]
include:
php-versions: [ '8.1', '8.2', '8.3', '8.4' ]
nextcloud-versions: [ 'master', 'stable31', 'stable30' ]
exclude:
- php-versions: '8.4'
nextcloud-versions: 'master'
nextcloud-versions: 'stable30'
name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} integration tests
env:
CI: true
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* ☑️ Tasks! See tasks with a due date directly in the calendar
* 🙈 **We’re not reinventing the wheel!** Based on the great [c-dav library](https://github.com/nextcloud/cdav-library), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries.
]]></description>
<version>5.1.0-beta.3</version>
<version>5.2.0-dev.1</version>
<licence>agpl</licence>
<author homepage="https://github.com/st3iny">Richard Steinmetz</author>
<author homepage="https://github.com/SebastianKrupinski">Sebastian Krupinski </author>
Expand All @@ -41,7 +41,7 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/main/screenshots/week_sidebar.png</screenshot>
<dependencies>
<php min-version="8.1" max-version="8.4" />
<nextcloud min-version="30" max-version="31" />
<nextcloud min-version="30" max-version="32" />
<backend>caldav</backend>
</dependencies>
<background-jobs>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "calendar",
"description": "A calendar app for Nextcloud. Easily sync events from various devices, share and edit them online.",
"version": "5.1.0-beta3",
"version": "5.2.0-dev.1",
"author": "Georg Ehrke <[email protected]>",
"contributors": [
"Georg Ehrke <[email protected]>",
Expand Down

0 comments on commit 5be4249

Please sign in to comment.