File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ 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 }}
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 @@ -19,7 +19,7 @@ name: mutation test
19
19
20
20
jobs :
21
21
mutation :
22
- uses : php-forge/actions/.github/workflows/infection.yml@v1
22
+ uses : php-forge/actions/.github/workflows/infection.yml@v2
23
23
with :
24
24
phpstan : true
25
25
secrets :
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ name: static analysis
19
19
20
20
jobs :
21
21
phpstan :
22
- uses : php-forge/actions/.github/workflows/phpstan.yml@v1
22
+ uses : php-forge/actions/.github/workflows/phpstan.yml@v2
You can’t perform that action at this time.
0 commit comments