Skip to content

Commit 5b6f5f2

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

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/phpcs.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ on:
1515
jobs:
1616
phpcs:
1717
runs-on: ubuntu-latest
18+
strategy:
19+
matrix:
20+
php-version:
21+
- "8.3"
1822
steps:
1923
- uses: actions/checkout@v2
2024
with:

.github/workflows/psalm.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,15 @@ jobs:
1818
psalm:
1919
name: Psalm
2020
runs-on: ubuntu-latest
21+
strategy:
22+
matrix:
23+
php-version:
24+
- "8.3"
2125
steps:
2226
- uses: actions/checkout@master
2327

2428
- name: Psalm
2529
uses: psalm/psalm-github-actions@2.3.0
2630
with:
27-
args: --shepherd
2831
composer_require_dev: true
2932
composer_ignore_platform_reqs: true

0 commit comments

Comments
 (0)