We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa47728 commit 66d89cdCopy full SHA for 66d89cd
.github/workflows/build.yaml
@@ -12,7 +12,7 @@ jobs:
12
- name: Checkout
13
uses: actions/checkout@v4
14
- name: Run PHPStan
15
- uses: docker://oskarstark/phpstan-ga@1.8.0
+ uses: docker://oskarstark/phpstan-ga:1.8.0
16
env:
17
REQUIRE_DEV: true
18
with:
0 commit comments