Skip to content

Commit

Permalink
Upgrade PHPStan workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jissereitsma committed Apr 12, 2024
1 parent 7e8cb48 commit 3e616c1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/extdn-phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ jobs:
phpstan:
name: M2 PHPStan
runs-on: ubuntu-latest
env:
PHPSTAN_LEVEL: 2
COMPOSER_VERSION: 2
steps:
- uses: actions/checkout@v2
- uses: extdn/github-actions-m2/magento-phpstan@master
- uses: extdn/github-actions-m2/magento-phpstan/8.2@master
with:
composer_name: ${{ secrets.COMPOSER_NAME }}
magento_pre_install_script: .github/workflows/extdn-phpstan-pre-install.sh
magento_pre_install_script: .github/workflows/extdn-phpstan-pre-install.sh

0 comments on commit 3e616c1

Please sign in to comment.