Skip to content

Commit 504e3ea

Browse files
committed
chore: Update psalm and the psalm workflow
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent fb95410 commit 504e3ea

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

.github/workflows/psalm-matrix.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@
55

66
name: Static analysis
77

8-
on:
9-
pull_request:
10-
push:
11-
branches:
12-
- master
13-
- main
14-
- stable*
8+
on: pull_request
159

1610
concurrency:
1711
group: psalm-${{ github.head_ref || github.run_id }}
@@ -29,12 +23,12 @@ jobs:
2923
name: Nextcloud ${{ matrix.ocp-version }}
3024
steps:
3125
- name: Checkout
32-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
26+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3327

34-
- name: Set up php
35-
uses: shivammathur/setup-php@c5fc0d8281aba02c7fda07d3a70cc5371548067d # v2
28+
- name: Set up php8.2
29+
uses: shivammathur/setup-php@81cd5ae0920b34eef300e1775313071038a53429 # v2
3630
with:
37-
php-version: 8.0
31+
php-version: 8.2
3832
coverage: none
3933
ini-file: development
4034
env:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"nextcloud/coding-standard": "v1.1.1",
77
"nextcloud/ocp": "dev-master",
88
"phpunit/phpunit": "^9",
9-
"vimeo/psalm": "^5.9"
9+
"vimeo/psalm": "^5.15"
1010
},
1111
"config": {
1212
"optimize-autoloader": true,

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)