Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 722193a3 authored by Anna Larch's avatar Anna Larch Committed by GitHub
Browse files

Merge pull request #3783 from nextcloud/fix/drop-nc-20

Drop version 20, limit php versions, add authors
parents 2635e04a c4a166db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ jobs:
    strategy:
      matrix:
        php-versions: ['7.3', '7.4']
        nextcloud-versions: ['stable20', 'stable21', 'stable22', 'stable23', 'master']
        nextcloud-versions: ['stable21', 'stable22', 'stable23', 'master']
        include:
          - php-versions: '7.3'
            nextcloud-versions: 'stable20'
+6 −1
Original line number Diff line number Diff line
@@ -19,6 +19,10 @@
	<licence>agpl</licence>
	<author homepage="https://georg.coffee">Georg Ehrke</author>
	<author homepage="https://tcit.fr">Thomas Citharel</author>
	<author>Christoph Wurst</author>
	<author>Greta Doçi</author>
	<author>Richard Steinmetz</author>
	<author>Anna Larch</author>
	<namespace>Calendar</namespace>
	<documentation>
		<user>https://docs.nextcloud.com/server/latest/user_manual/en/pim/calendar.html</user>
@@ -32,7 +36,8 @@
	<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/master/screenshots/week_room_suggestion.png</screenshot>
	<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/master/screenshots/week_sidebar.png</screenshot>
	<dependencies>
		<nextcloud min-version="20" max-version="24" />
		<php min-version="7.3" max-version="8.0" />
		<nextcloud min-version="21" max-version="24" />
	</dependencies>
	<background-jobs>
		<job>OCA\Calendar\BackgroundJob\CleanUpOutdatedBookingsJob</job>