Skip to content

Commit

Permalink
Update Lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
condor2 authored Apr 21, 2024
1 parent f7fdd1d commit 7ff3e5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:

- name: PHPStan
run: |
composer require --dev phpstan/phpstan 1.10.65
composer require --dev phpstan/phpstan 1.10.67
./upload/system/storage/vendor/bin/phpstan analyze --no-progress
- name: Code style
if: matrix.php == '8.3'
run: |
composer require --dev friendsofphp/php-cs-fixer v3.52.1
composer require --dev friendsofphp/php-cs-fixer v3.54.0
./upload/system/storage/vendor/bin/php-cs-fixer fix --dry-run --diff --ansi || true
./upload/system/storage/vendor/bin/php-cs-fixer fix --dry-run --format=checkstyle | cs2pr

0 comments on commit 7ff3e5c

Please sign in to comment.