diff --git a/.github/workflows/lint-php.yml b/.github/workflows/lint-php.yml
index 91453a1a85..e537897f84 100644
--- a/.github/workflows/lint-php.yml
+++ b/.github/workflows/lint-php.yml
@@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- php-versions: [ "7.4", "8.0", "8.1", "8.2", "8.3" ]
+ php-versions: ["8.0", "8.1", "8.2", "8.3" ]
name: php-lint
diff --git a/.github/workflows/php-test.yml b/.github/workflows/php-test.yml
index d1ba21347e..c6cd727924 100644
--- a/.github/workflows/php-test.yml
+++ b/.github/workflows/php-test.yml
@@ -6,15 +6,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- php-versions: ['8.0', '8.1', '8.2']
- nextcloud-versions: ['master', 'stable27', 'stable26']
+ php-versions: [ '8.1', '8.2', '8.3' ]
+ nextcloud-versions: [ 'master', 'stable28']
include:
- - php-versions: '7.4'
- nextcloud-versions: 'stable25'
+ - php-versions: '8.0'
+ nextcloud-versions: 'stable26'
- php-versions: '8.1'
- nextcloud-versions: 'stable25'
- - php-versions: '8.3'
- nextcloud-versions: 'master'
+ nextcloud-versions: 'stable27'
name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} unit tests
env:
CI: true
@@ -57,12 +55,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- php-versions: [ '8.0', '8.1', '8.2', '8.3' ]
- nextcloud-versions: [ 'master']
+ php-versions: [ '8.1', '8.2', '8.3' ]
+ nextcloud-versions: [ 'master', 'stable28']
include:
- - php-versions: '7.4'
- nextcloud-versions: 'stable25'
- - php-versions: '8.1'
+ - php-versions: '8.0'
nextcloud-versions: 'stable26'
- php-versions: '8.1'
nextcloud-versions: 'stable27'
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 427dc0ba18..0e6e900629 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -15,7 +15,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.
]]>
- 4.6.0-rc.1
+ 4.7.0-alpha.1
agpl
Anna Larch
Nextcloud Groupware Team
@@ -35,7 +35,7 @@
https://raw.githubusercontent.com/nextcloud/calendar/main/screenshots/week_sidebar.png
-
+
OCA\Calendar\BackgroundJob\CleanUpOutdatedBookingsJob