Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ghcr.io/sgoettsch/docker-phpstan:latest-php8.1 Docker digest to 7704cd4 #8

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
phpstan:
runs-on: ubuntu-latest
container:
image: ghcr.io/sgoettsch/docker-phpstan:latest-php8.1@sha256:0bbb2dfdfc5463489b52510c91a68d63730b508b90a11b30b1ac19b72ae3b99a
image: ghcr.io/sgoettsch/docker-phpstan:latest-php8.1@sha256:7704cd4f9ff837335e3b161fddef9ba8fe753fdbdb2e541cf9138adfb3e91d00
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -16,6 +16,6 @@ jobs:
run: composer install

- name: PHPStan
uses: docker://ghcr.io/sgoettsch/docker-phpstan:latest-php8.1@sha256:0bbb2dfdfc5463489b52510c91a68d63730b508b90a11b30b1ac19b72ae3b99a
uses: docker://ghcr.io/sgoettsch/docker-phpstan:latest-php8.1@sha256:7704cd4f9ff837335e3b161fddef9ba8fe753fdbdb2e541cf9138adfb3e91d00
with:
args: analyze --error-format=table /github/workspace