Skip to content

Commit

Permalink
lock phpstan version, update phpstan github action version
Browse files Browse the repository at this point in the history
  • Loading branch information
JoMessina committed Nov 21, 2024
1 parent 2b6078a commit 5f9d38c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan-5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
php_version: '8.2'

- name: PHPStan
uses: php-actions/phpstan@v2
uses: php-actions/phpstan@v3
with:
path: src/
level: 5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpstan-6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
php_version: '8.2'

- name: PHPStan
uses: php-actions/phpstan@v2
uses: php-actions/phpstan@v3
with:
path: src/
level: 6
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"php-etl/phpunit-extension": "0.5.*",
"rector/rector": "^0.15",
"php-etl/bucket-contracts": "0.2.*",
"php-etl/bucket": "*"
"php-etl/bucket": "*",
"phpstan/phpstan": "^1.10"
},
"autoload": {
"psr-4": {
Expand Down
16 changes: 6 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5f9d38c

Please sign in to comment.