Skip to content

Commit

Permalink
Downgrade the PHPStan action version
Browse files Browse the repository at this point in the history
  • Loading branch information
BelleNottelling committed Dec 2, 2024
1 parent 056f54a commit cfdbb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/php-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ runs:
steps:
- name: 'PHPStan'
if: ${{ inputs.phpstan-enable == 'true' && inputs.php-version == inputs.phpstan-php-version }}
uses: php-actions/phpstan@v3
uses: php-actions/phpstan@v3.0.2
with:
configuration: ${{ inputs.phpstan-config }}
memory_limit: ${{ inputs.phpstan-memory-limit }}
Expand Down

0 comments on commit cfdbb0e

Please sign in to comment.