Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
infra
ecloud
nextcloud-apps
calendar
Commits
f060bad7
Unverified
Commit
f060bad7
authored
Jun 13, 2022
by
Christoph Wurst
Browse files
Drop Nextcloud 21 support
Signed-off-by:
Christoph Wurst
<
christoph@winzerhof-wurst.at
>
parent
40a8a4a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
.github/workflows/php-test.yml
View file @
f060bad7
...
...
@@ -12,7 +12,7 @@ jobs:
strategy
:
matrix
:
php-versions
:
[
'
7.3'
,
'
7.4'
]
nextcloud-versions
:
[
'
stable21'
,
'
stable22'
,
'
stable23'
]
nextcloud-versions
:
[
'
stable22'
,
'
stable23'
]
include
:
-
php-versions
:
'
7.3'
nextcloud-versions
:
'
stable20'
...
...
appinfo/info.xml
View file @
f060bad7
...
...
@@ -33,7 +33,7 @@
<screenshot>
https://raw.githubusercontent.com/nextcloud/calendar/main/screenshots/week_sidebar.png
</screenshot>
<dependencies>
<php
min-version=
"7.3"
max-version=
"8.1"
/>
<nextcloud
min-version=
"2
1
"
max-version=
"25"
/>
<nextcloud
min-version=
"2
2
"
max-version=
"25"
/>
</dependencies>
<background-jobs>
<job>
OCA\Calendar\BackgroundJob\CleanUpOutdatedBookingsJob
</job>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment