We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def408e commit 22b9613Copy full SHA for 22b9613
README.md
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
22
steps:
23
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
24
- uses: php-actions/composer@v6 # or alternative dependency management
25
- uses: php-actions/phpstan@v3
26
with:
@@ -71,7 +71,7 @@ jobs:
71
...
72
73
- name: PHPStan
74
- uses: php-actions/phpstan@v2
+ uses: php-actions/phpstan@v3
75
76
command: your-command-here
77
```
@@ -87,7 +87,7 @@ jobs:
87
88
89
- name: PHPStan Static Analysis
90
91
92
configuration: custom/path/to/phpstan.neon
93
memory_limit: 256M
0 commit comments