Skip to content

Commit

Permalink
Merge pull request 3liz#4710 from Gustry/phpstan
Browse files Browse the repository at this point in the history
Tests - Update PHPStan to 8.0, to match minimum of PHPUnit
  • Loading branch information
Gustry authored Aug 27, 2024
2 parents a226064 + a9d1348 commit a66d6f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/php-stan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:

- name: Setup PHP with tools
uses: shivammathur/setup-php@v2
# About the PHP version, do not forget to change in PHP Unit as well
with:
php-version: '7.4'
php-version: '8.0'
tools: phpstan

- name: Cache dependencies
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:

- name: Setup PHP with tools
uses: shivammathur/setup-php@v2
# About the PHP version, do not forget to change in PHP-Stan as well
with:
php-version: ${{ matrix.php-version }}
tools: php-cs-fixer, phpunit
Expand Down

0 comments on commit a66d6f2

Please sign in to comment.