Skip to content

Commit 0543ce6

Browse files
author
FBGER\dwinter
committed
psalm/cs fixes
1 parent 5b6f5f2 commit 0543ce6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/phpcs.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
matrix:
2020
php-version:
2121
- "8.3"
22+
include:
23+
- php-versions: '8.3'
2224
steps:
2325
- uses: actions/checkout@v2
2426
with:

.github/workflows/psalm.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,14 @@ jobs:
2222
matrix:
2323
php-version:
2424
- "8.3"
25+
include:
26+
- php-versions: '8.3'
2527
steps:
2628
- uses: actions/checkout@master
2729

2830
- name: Psalm
2931
uses: psalm/psalm-github-actions@2.3.0
3032
with:
33+
args: --shepherd
3134
composer_require_dev: true
3235
composer_ignore_platform_reqs: true

0 commit comments

Comments
 (0)