Skip to content

Commit

Permalink
[PSR-45] Bump php-version to 8.2 for phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
denniseilander committed Jul 13, 2024
1 parent acf9f8f commit c83dbdc
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 @@ -16,11 +16,11 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
coverage: none

- name: Install composer dependencies
uses: ramsey/composer-install@v3

- name: Run PHPStan
run: ./vendor/bin/phpstan --error-format=github
run: ./vendor/bin/phpstan --error-format=github

0 comments on commit c83dbdc

Please sign in to comment.