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 d746370 commit 6d6e219Copy full SHA for 6d6e219
.github/workflows/push.yml
@@ -159,7 +159,7 @@ jobs:
159
all-tools-${{ github.sha }}-
160
all-tools-
161
- name: PHPStan
162
- uses: docker://phpdoc/phpstan-ga:latest
+ uses: docker://phpdoc/phpstan-ga:0.12
163
env:
164
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
165
with:
Makefile
@@ -17,7 +17,7 @@ phpcs:
17
18
.PHONY: phpstan
19
phpstan:
20
- docker run -it --rm -v${PWD}:/opt/project -w /opt/project phpstan-ga:latest analyse src tests --no-progress --level max --configuration phpstan.neon
+ docker run -it --rm -v${PWD}:/opt/project -w /opt/project phpdoc/phpstan-ga:0.12 analyse src tests --no-progress --level max --configuration phpstan.neon
21
22
.PHONY: psaml
23
psalm:
0 commit comments