Skip to content

Commit

Permalink
ci: Specify phpstan version
Browse files Browse the repository at this point in the history
  • Loading branch information
bobby285271 authored Dec 6, 2024
1 parent af0c26e commit 657e1d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
with:
path: assets/ commands/ components/ config/ controllers/ mail/ messages/ migrations/ models/ modules/ views/ web/ widgets/
php_version: "${{ matrix.php-version }}"
version: 2
autoload_file: vendor/yiisoft/yii2/Yii.php
memory_limit: 512M
level: "0"
Expand All @@ -65,6 +66,7 @@ jobs:
with:
path: assets/ commands/ components/ config/ controllers/ mail/ messages/ migrations/ models/ modules/ views/ web/ widgets/
php_version: "${{ matrix.php-version }}"
version: 2
autoload_file: vendor/yiisoft/yii2/Yii.php
memory_limit: 512M
level: "1"
Expand Down

0 comments on commit 657e1d7

Please sign in to comment.