We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6f5f2 commit 0543ce6Copy full SHA for 0543ce6
.github/workflows/phpcs.yaml
@@ -19,6 +19,8 @@ jobs:
19
matrix:
20
php-version:
21
- "8.3"
22
+ include:
23
+ - php-versions: '8.3'
24
steps:
25
- uses: actions/checkout@v2
26
with:
.github/workflows/psalm.yaml
@@ -22,11 +22,14 @@ jobs:
27
28
- uses: actions/checkout@master
29
30
- name: Psalm
31
uses: psalm/psalm-github-actions@2.3.0
32
33
+ args: --shepherd
34
composer_require_dev: true
35
composer_ignore_platform_reqs: true
0 commit comments