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

Unverified Commit 7bcf0fbb authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

Merge pull request #4278 from nextcloud/chore/drop-nextcloud-21

Drop Nextcloud 21 support
parents 638ab0f0 f060bad7
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: ['stable21', 'stable22', 'stable23']
        nextcloud-versions: ['stable22', 'stable23']
        include:
          - php-versions: '7.3'
            nextcloud-versions: 'stable20'
+1 −1
Original line number Diff line number Diff line
@@ -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="21" max-version="25" />
		<nextcloud min-version="22" max-version="25" />
	</dependencies>
	<background-jobs>
		<job>OCA\Calendar\BackgroundJob\CleanUpOutdatedBookingsJob</job>