Skip to content

Commit 40c3af7

Browse files
chore: php version bump to 8.5
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
1 parent da37827 commit 40c3af7

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.github/workflows/appstore-conventional-build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
- rc
2828

2929
env:
30-
PHP_VERSION: 8.2
30+
PHP_VERSION: 8.3
3131

3232
jobs:
3333
build_and_publish:

.github/workflows/php-test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
php-versions: [ '8.2', '8.3', '8.4' ]
11+
php-versions: [ '8.2', '8.3', '8.4', '8.5' ]
1212
nextcloud-versions: [ 'master' ]
1313
include:
1414
- php-versions: '8.1'
@@ -55,8 +55,11 @@ jobs:
5555
runs-on: ubuntu-latest
5656
strategy:
5757
matrix:
58-
php-versions: [ '8.2', '8.3', '8.4' ]
58+
php-versions: [ '8.2', '8.3', '8.4', '8.5' ]
5959
nextcloud-versions: [ 'master', 'stable32' ]
60+
exclude:
61+
- php-versions: '8.5'
62+
nextcloud-versions: 'stable32'
6063
include:
6164
- php-versions: '8.1'
6265
nextcloud-versions: 'stable32'

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/main/screenshots/week_room_suggestion.png</screenshot>
4444
<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/main/screenshots/week_sidebar.png</screenshot>
4545
<dependencies>
46-
<php min-version="8.1" max-version="8.4" />
46+
<php min-version="8.1" max-version="8.5" />
4747
<nextcloud min-version="32" max-version="33" />
4848
<backend>caldav</backend>
4949
</dependencies>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
},
1818
"require": {
19-
"php": ">= 8.1 <=8.4",
19+
"php": ">= 8.1 <=8.5",
2020
"bamarni/composer-bin-plugin": "^1.8.3"
2121
},
2222
"scripts": {

0 commit comments

Comments
 (0)