Skip to content

Commit

Permalink
Changed php stan action
Browse files Browse the repository at this point in the history
  • Loading branch information
Martins Rucevskis committed Nov 21, 2023
1 parent 3027716 commit 5280672
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/php-stan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
- uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
with:
php-version: '8.1'
- uses: actions/checkout@v3
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Run PHPStan
run: .\vendor\bin\phpstan analyse

uses: php-actions/phpstan@v3

0 comments on commit 5280672

Please sign in to comment.