Skip to content

Commit e0c6561

Browse files
authored
Merge pull request #5759 from nextcloud/chore/php-min-version
chore: update php min version
2 parents e045da8 + b3ebd07 commit e0c6561

7 files changed

Lines changed: 11 additions & 10 deletions

File tree

.github/workflows/cypress-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
code-image: [ 'release', 'nightly' ]
3434
node-version: [16.x]
3535
containers: [1, 2, 3]
36-
php-versions: [ '8.2' ]
36+
php-versions: [ '8.3' ]
3737
databases: [ 'sqlite' ]
3838
server-versions: [ 'master' ]
3939

.github/workflows/integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
fail-fast: false
5656
matrix:
5757
code-image: [ 'release', 'nightly' ]
58-
php-versions: ['8.2']
58+
php-versions: ['8.3']
5959
databases: ['sqlite']
6060
server-versions: ['master']
6161
scenarios: ['wopi', 'direct', 'federation', 'api', 'secure-view', 'admin-settings']
@@ -123,7 +123,7 @@ jobs:
123123
# do not stop on another job's failure
124124
fail-fast: false
125125
matrix:
126-
php-versions: ['8.2']
126+
php-versions: ['8.3']
127127
databases: ['mysql']
128128
server-versions: ['master']
129129
scenarios: ['wopi', 'direct', 'federation', 'api', 'secure-view', 'admin-settings']
@@ -198,7 +198,7 @@ jobs:
198198
# do not stop on another job's failure
199199
fail-fast: false
200200
matrix:
201-
php-versions: ['8.2']
201+
php-versions: ['8.3']
202202
databases: ['pgsql']
203203
server-versions: ['master']
204204
scenarios: ['wopi', 'direct', 'federation', 'api', 'secure-view', 'admin-settings']
@@ -275,7 +275,7 @@ jobs:
275275
# do not stop on another job's failure
276276
fail-fast: false
277277
matrix:
278-
php-versions: ['8.2']
278+
php-versions: ['8.3']
279279
databases: ['oci']
280280
server-versions: ['master']
281281
scenarios: ['wopi', 'direct', 'federation', 'api', 'secure-view', 'admin-settings']

.github/workflows/update-nextcloud-ocp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
submodules: true
4242
continue-on-error: true
4343

44-
- name: Set up php8.2
44+
- name: Set up php8.3
4545
if: steps.checkout.outcome == 'success'
4646
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2.36.0
4747
with:
48-
php-version: 8.2
48+
php-version: 8.3
4949
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
5050
extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite
5151
coverage: none

appinfo/info.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ You can also edit your documents off-line with the Collabora Office app from the
3232
<screenshot>https://github.com/nextcloud/richdocuments/raw/main/screenshots/Nextcloud-spreadsheet.png</screenshot>
3333
<screenshot>https://github.com/nextcloud/richdocuments/raw/main/screenshots/Nextcloud-presentation.png</screenshot>
3434
<dependencies>
35+
<php min-version="8.3"/>
3536
<nextcloud min-version="35" max-version="35"/>
3637
</dependencies>
3738
<background-jobs>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"prefer-stable": true,
66
"config": {
77
"platform": {
8-
"php": "8.2"
8+
"php": "8.3"
99
},
1010
"allow-plugins": {
1111
"bamarni/composer-bin-plugin": true

psalm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
errorLevel="4"
99
findUnusedBaselineEntry="true"
1010
findUnusedCode="false"
11-
phpVersion="8.2"
11+
phpVersion="8.3"
1212
resolveFromConfigFile="true"
1313
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1414
xmlns="https://getpsalm.org/schema/config"

tests/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"config": {
1010
"platform": {
11-
"php": "8.1"
11+
"php": "8.3"
1212
}
1313
}
1414
}

0 commit comments

Comments
 (0)