We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a8077 commit 5b6f5f2Copy full SHA for 5b6f5f2
.github/workflows/phpcs.yaml
@@ -15,6 +15,10 @@ on:
15
jobs:
16
phpcs:
17
runs-on: ubuntu-latest
18
+ strategy:
19
+ matrix:
20
+ php-version:
21
+ - "8.3"
22
steps:
23
- uses: actions/checkout@v2
24
with:
.github/workflows/psalm.yaml
@@ -18,12 +18,15 @@ jobs:
psalm:
name: Psalm
25
26
- uses: actions/checkout@master
27
28
- name: Psalm
29
uses: psalm/psalm-github-actions@2.3.0
30
- args: --shepherd
31
composer_require_dev: true
32
composer_ignore_platform_reqs: true
0 commit comments