Add PHP8.3 support

Signed-off-by: Johannes Merkel <mail@johannesgge.de>
This commit is contained in:
Johannes Merkel 2023-10-20 10:58:15 +02:00
parent 76c7372ecd
commit 8c6431eedd
No known key found for this signature in database
5 changed files with 8 additions and 6 deletions

View File

@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ "7.4", "8.0", "8.1", "8.2" ]
php-versions: [ "7.4", "8.0", "8.1", "8.2", "8.3" ]
name: php-lint

View File

@ -13,6 +13,8 @@ jobs:
nextcloud-versions: 'stable25'
- php-versions: '8.1'
nextcloud-versions: 'stable25'
- php-versions: '8.3'
nextcloud-versions: 'master'
name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} unit tests
env:
CI: true
@ -55,7 +57,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '8.0', '8.1', '8.2' ]
php-versions: [ '8.0', '8.1', '8.2', '8.3' ]
nextcloud-versions: [ 'master']
include:
- php-versions: '7.4'

View File

@ -34,7 +34,7 @@
<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="7.4" max-version="8.2" />
<php min-version="7.4" max-version="8.3" />
<nextcloud min-version="25" max-version="28" />
</dependencies>
<background-jobs>

View File

@ -16,7 +16,7 @@
}
},
"require": {
"php": ">=7.4 <=8.2",
"php": ">=7.4 <=8.3",
"bamarni/composer-bin-plugin": "^1.8.2"
},
"scripts": {

4
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "033087bf92c1ab2b4ec0fb3c4dd1ac7a",
"content-hash": "a73549eefe8ff3d11a7ca66a6dfb45d4",
"packages": [
{
"name": "bamarni/composer-bin-plugin",
@ -71,7 +71,7 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7.4 <=8.2"
"php": ">=7.4 <=8.3"
},
"platform-dev": [],
"platform-overrides": {