File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ name: build
19
19
20
20
jobs :
21
21
phpunit :
22
- uses : php-forge/actions/.github/workflows/phpunit.yml@v1
22
+ uses : php-forge/actions/.github/workflows/phpunit.yml@v2
23
23
secrets :
24
24
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
25
25
with :
26
26
composer-command : |
27
27
composer require yiisoft/yii2:22.0.x-dev --prefer-dist --no-progress --no-interaction --no-scripts --ansi
28
28
concurrency-group : phpunit-${{ github.workflow }}-${{ github.ref }}
29
29
phpunit-compatibility :
30
- uses : php-forge/actions/.github/workflows/phpunit.yml@v1
30
+ uses : php-forge/actions/.github/workflows/phpunit.yml@v2
31
31
secrets :
32
32
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
33
33
with :
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ name: Composer require checker
19
19
20
20
jobs :
21
21
composer-require-checker :
22
- uses : php-forge/actions/.github/workflows/composer-require-checker.yml@v1
22
+ uses : php-forge/actions/.github/workflows/composer-require-checker.yml@v2
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ name: ecs
19
19
20
20
jobs :
21
21
easy-coding-standard :
22
- uses : php-forge/actions/.github/workflows/ecs.yml@v1
22
+ uses : php-forge/actions/.github/workflows/ecs.yml@v2
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ name: static analysis
23
23
24
24
jobs :
25
25
phpstan :
26
- uses : php-forge/actions/.github/workflows/phpstan.yml@v1
26
+ uses : php-forge/actions/.github/workflows/phpstan.yml@v2
27
27
with :
28
28
concurrency-group : phpstan-${{ github.workflow }}-${{ github.ref }}
29
29
phpstan-console :
30
- uses : php-forge/actions/.github/workflows/phpstan.yml@v1
30
+ uses : php-forge/actions/.github/workflows/phpstan.yml@v2
31
31
with :
32
32
configuration : ' phpstan-console.neon'
33
33
concurrency-group : phpstan-console-${{ github.workflow }}-${{ github.ref }}
You can’t perform that action at this time.
0 commit comments