mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-24 08:26:55 +00:00
chore: update workflows from templates
Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
d55723dbea
commit
5f97e7e2ee
2 changed files with 7 additions and 7 deletions
6
.github/workflows/psalm.yml
vendored
6
.github/workflows/psalm.yml
vendored
|
|
@ -23,13 +23,13 @@ jobs:
|
|||
static-analysis:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
name: Nextcloud
|
||||
name: static-psalm-analysis
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4 # v3.5.2
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
|
||||
- name: Set up php
|
||||
uses: shivammathur/setup-php@c5fc0d8281aba02c7fda07d3a70cc5371548067d # v2
|
||||
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
|
||||
with:
|
||||
php-version: 8.3
|
||||
extensions: apcu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue