Skip to content

Commit 74b4577

Browse files
Merge pull request #8775 from nextcloud/chore/release-6.6
chore: Release 6.6 RC 1
2 parents e6fd716 + 5397de2 commit 74b4577

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

β€Ž.github/workflows/block-merge-eol.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Block merges for EOL branches
66
on: pull_request
77

88
env:
9-
ACTIVE_BRANCHES: '["main", "stable6.5"]'
9+
ACTIVE_BRANCHES: '["main", "stable6.6", "stable6.5"]'
1010

1111
permissions:
1212
contents: read

β€Ž.github/workflows/php-test.ymlβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
strategy:
1010
matrix:
1111
php-versions: [ '8.3', '8.4', '8.5' ]
12-
nextcloud-versions: [ 'master' ]
12+
nextcloud-versions: [ 'stable35' ]
1313
include:
1414
- php-versions: '8.5'
1515
nextcloud-versions: 'stable34'
16-
- php-versions: '8.5'
16+
- php-versions: '8.4'
1717
nextcloud-versions: 'stable33'
1818
- php-versions: '8.3'
1919
nextcloud-versions: 'stable32'
@@ -60,11 +60,11 @@ jobs:
6060
strategy:
6161
matrix:
6262
php-versions: [ '8.3', '8.4', '8.5' ]
63-
nextcloud-versions: [ 'master' ]
63+
nextcloud-versions: [ 'stable35' ]
6464
include:
6565
- php-versions: '8.5'
6666
nextcloud-versions: 'stable34'
67-
- php-versions: '8.5'
67+
- php-versions: '8.4'
6868
nextcloud-versions: 'stable33'
6969
- php-versions: '8.3'
7070
nextcloud-versions: 'stable32'

β€Žappinfo/info.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* πŸ“Ž **Attachments!** Add, upload and view event attachments
2424
* πŸ™ˆ **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.
2525
]]></description>
26-
<version>6.6.0-dev.1</version>
26+
<version>6.6.0-rc.1</version>
2727
<licence>agpl</licence>
2828
<author homepage="https://github.com/GVodyanov">Grigory Vodyanov</author>
2929
<author homepage="https://github.com/SebastianKrupinski">Sebastian Krupinski </author>

β€Žpackage-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "calendar",
33
"description": "A calendar app for Nextcloud. Easily sync events from various devices, share and edit them online.",
4-
"version": "6.6.0",
4+
"version": "6.6.0-rc.1",
55
"keywords": [
66
"nextcloud",
77
"calendars",

0 commit comments

Comments
Β (0)