Skip to content

Commit 4d48c7d

Browse files
Merge pull request #3105 from nextcloud/automated/noid/stable32-update-workflows
[stable32] ci(actions): Update workflow templates from organization template repository
2 parents f2c89e2 + a5a982a commit 4d48c7d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions-lock.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ e1d06d273d1f32cb839d8b2acc4982bc phpunit-sqlite.yml
2323
2f5f5a0851cc4bf00a0b89d009ab258a psalm.yml
2424
e2bd0fc8a290e1a8641487944e27103b reuse.yml
2525
a3440826636c0fd7c2d20b1de50363da update-nextcloud-ocp-approve-merge.yml
26-
76423540eed9320753c9e54e96193fe0 update-nextcloud-ocp.yml
26+
942a700573ae377e4b7777470d5739cf update-nextcloud-ocp.yml
2727
22604c31b526de270a080eb19967a638 update-stable-titles.yml
2828
21036682b2608cb871b19731ffeef31f npm-build.yml

.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@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)