Skip to content

Commit e2c07d4

Browse files
Merge pull request #8136 from nextcloud/chore/bump-version-6.4
chore: Version 6.4 Bump
2 parents fa360d6 + 55ed210 commit e2c07d4

6 files changed

Lines changed: 12 additions & 13 deletions

File tree

.github/workflows/npm-audit-fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
branches: ['main', 'stable5.5', 'stable6.1']
27+
branches: ['main', 'stable5.5', 'stable6.3']
2828

2929
name: npm-audit-fix-${{ matrix.branches }}
3030

.github/workflows/php-test.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
php-versions: [ '8.2', '8.3', '8.4', '8.5' ]
1212
nextcloud-versions: [ 'master' ]
1313
include:
14-
- php-versions: '8.1'
14+
- php-versions: '8.5'
15+
nextcloud-versions: 'stable33'
16+
- php-versions: '8.2'
1517
nextcloud-versions: 'stable32'
1618
name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} unit tests
1719
env:
@@ -56,14 +58,11 @@ jobs:
5658
strategy:
5759
matrix:
5860
php-versions: [ '8.2', '8.3', '8.4', '8.5' ]
59-
nextcloud-versions: [ 'master', 'stable32' ]
60-
exclude:
61-
- php-versions: '8.5'
62-
nextcloud-versions: 'stable32'
61+
nextcloud-versions: [ 'master' ]
6362
include:
64-
- php-versions: '8.4'
63+
- php-versions: '8.5'
6564
nextcloud-versions: 'stable33'
66-
- php-versions: '8.1'
65+
- php-versions: '8.2'
6766
nextcloud-versions: 'stable32'
6867
name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} integration tests
6968
env:

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.3.0-dev.0</version>
26+
<version>6.4.0-dev.0</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.3.0-dev.0",
4+
"version": "6.4.0-dev.0",
55
"keywords": [
66
"nextcloud",
77
"calendars",

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"ignoreUnstable": false,
2323
"baseBranchPatterns": [
2424
"main",
25-
"stable6.2",
25+
"stable6.3",
2626
"stable5.5"
2727
],
2828
"enabledManagers": [

0 commit comments

Comments
 (0)