Skip to content

Commit

Permalink
chore: update php and nextcloud versions
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Larch <anna@nextcloud.com>
  • Loading branch information
miaulalala committed Jul 11, 2024
1 parent ea0e759 commit 99f2798
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 12 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/php-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
php-versions: [ '8.1', '8.2', '8.3' ]
nextcloud-versions: [ 'master', 'stable29' ]
include:
- php-versions: '8.0'
nextcloud-versions: 'stable27'
- php-versions: '8.1'
nextcloud-versions: 'stable28'
name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} unit tests
Expand Down Expand Up @@ -60,8 +58,6 @@ jobs:
php-versions: [ '8.1', '8.2', '8.3' ]
nextcloud-versions: [ 'master', 'stable29' ]
include:
- php-versions: '8.0'
nextcloud-versions: 'stable27'
- php-versions: '8.1'
nextcloud-versions: 'stable28'
name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} integration tests
Expand Down
6 changes: 3 additions & 3 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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.
]]></description>
<version>4.8.0-alpha.1</version>
<version>5.0.0-alpha.1</version>
<licence>agpl</licence>
<author>Anna Larch</author>
<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
Expand All @@ -39,8 +39,8 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/main/screenshots/week_room_suggestion.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/main/screenshots/week_sidebar.png</screenshot>
<dependencies>
<php min-version="8.0" max-version="8.3" />
<nextcloud min-version="27" max-version="30" />
<php min-version="8.1" max-version="8.3" />
<nextcloud min-version="30" max-version="30" />
</dependencies>
<background-jobs>
<job>OCA\Calendar\BackgroundJob\CleanUpOutdatedBookingsJob</job>
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"config": {
"platform": {
"php": "8.0"
"php": "8.1"
},
"sort-packages": true,
"optimize-autoloader": true,
Expand All @@ -16,7 +16,7 @@
}
},
"require": {
"php": ">= 8.0 <=8.3",
"php": ">= 8.1 <=8.3",
"bamarni/composer-bin-plugin": "^1.8.2"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion vendor-bin/cs-fixer/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"config": {
"platform": {
"php": "8.0"
"php": "8.1"
},
"sort-packages": true
},
Expand Down
2 changes: 1 addition & 1 deletion vendor-bin/phpunit/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"config": {
"platform": {
"php": "8.0"
"php": "8.1"
},
"sort-packages": true
},
Expand Down
2 changes: 1 addition & 1 deletion vendor-bin/psalm/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"config": {
"platform": {
"php": "8.0"
"php": "8.1"
}
},
"require-dev": {
Expand Down

0 comments on commit 99f2798

Please sign in to comment.