Skip to content

Commit 6d6e219

Browse files
committed
Bump to phpstan 0.12
1 parent d746370 commit 6d6e219

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
all-tools-${{ github.sha }}-
160160
all-tools-
161161
- name: PHPStan
162-
uses: docker://phpdoc/phpstan-ga:latest
162+
uses: docker://phpdoc/phpstan-ga:0.12
163163
env:
164164
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
165165
with:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ phpcs:
1717

1818
.PHONY: phpstan
1919
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
20+
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
2121

2222
.PHONY: psaml
2323
psalm:

0 commit comments

Comments
 (0)