Skip to content

Commit

Permalink
Reference the new workflow
Browse files Browse the repository at this point in the history
This was missed in a previous PR.
  • Loading branch information
greg0ire committed Nov 28, 2024
1 parent 1d4be83 commit 3dbb096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow-templates/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ on:
jobs:
static-analysis:
name: "Static Analysis"
uses: "doctrine/.github/.github/workflows/static-analysis.yml@use_a_valid_ref_here"
uses: "doctrine/.github/.github/workflows/phpstan.yml@use_a_valid_ref_here"
with:
php-version: "6.0" # use a custom version of PHP

0 comments on commit 3dbb096

Please sign in to comment.