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
7bcf0fbb
Unverified
Commit
7bcf0fbb
authored
Jun 13, 2022
by
Christoph Wurst
Committed by
GitHub
Jun 13, 2022
Browse files
Merge pull request #4278 from nextcloud/chore/drop-nextcloud-21
Drop Nextcloud 21 support
parents
638ab0f0
f060bad7
Changes
2
Hide whitespace changes
Inline
Side-by-side
.github/workflows/php-test.yml
View file @
7bcf0fbb
...
...
@@ -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 @
7bcf0fbb
...
...
@@ -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