Skip to content

Commit

Permalink
Fix PHP Stan Install
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurkirkosa committed Jul 3, 2024
1 parent 5dad3f3 commit a2d7d5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
name: phpstan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
coverage: none

- name: Install composer dependencies
Expand Down

0 comments on commit a2d7d5d

Please sign in to comment.