Skip to content

Commit 1666338

Browse files
Merge pull request #740 from nextcloud/bugfix/noid/master-needs-8.3
fix: Master needs PHP 8.3
2 parents 398ce69 + d3fcf35 commit 1666338

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/ISSUE_TEMPLATE/1_bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Tell us what happens instead, if possible also add a screenshot
3131

3232
**Database:** MySQL/Maria/SQLite/PostgreSQL
3333

34-
**PHP version:** 8.2/8.3/8.4
34+
**PHP version:** 8.5/8.4/8.3
3535

3636
**Nextcloud version:** (see Nextcloud admin page)
3737

workflow-templates/update-nextcloud-ocp-matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
id: versions
4141
uses: icewind1991/nextcloud-version-matrix@8a7bac6300b2f0f3100088b297995a229558ddba # v1.3.2
4242

43-
- name: Set up php8.2
43+
- name: Set up php8.3
4444
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
4545
with:
46-
php-version: 8.2
46+
php-version: 8.3
4747
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
4848
extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite
4949
coverage: none

workflow-templates/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@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
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

0 commit comments

Comments
 (0)