File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ name: build-mssql
2020jobs :
2121 mssql :
2222 name : SQL Server tests.
23- uses : php-forge/actions/.github/workflows/phpunit-database.yml@v1
23+ uses : php-forge/actions/.github/workflows/phpunit-database.yml@v2
2424 secrets :
2525 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
2626 with :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ name: build-mysql
2020jobs :
2121 mysql :
2222 name : MySQL tests.
23- uses : php-forge/actions/.github/workflows/phpunit-database.yml@v1
23+ uses : php-forge/actions/.github/workflows/phpunit-database.yml@v2
2424 secrets :
2525 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
2626 with :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ name: build-oracle
2020jobs :
2121 oracle :
2222 name : Oracle tests.
23- uses : php-forge/actions/.github/workflows/phpunit-database.yml@v1
23+ uses : php-forge/actions/.github/workflows/phpunit-database.yml@v2
2424 secrets :
2525 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
2626 with :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ name: build-pgsql
2020jobs :
2121 pgsql :
2222 name : PostgreSQL tests.
23- uses : php-forge/actions/.github/workflows/phpunit-database.yml@v1
23+ uses : php-forge/actions/.github/workflows/phpunit-database.yml@v2
2424 secrets :
2525 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
2626 with :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ name: build
1919
2020jobs :
2121 phpunit :
22- uses : php-forge/actions/.github/workflows/phpunit.yml@v1
22+ uses : php-forge/actions/.github/workflows/phpunit.yml@v2
2323 secrets :
2424 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
2525 with :
2929 extensions : pdo, pdo_sqlite
3030 phpunit-group : sqlite
3131 phpunit-compatibility :
32- uses : php-forge/actions/.github/workflows/phpunit.yml@v1
32+ uses : php-forge/actions/.github/workflows/phpunit.yml@v2
3333 secrets :
3434 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
3535 with :
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ name: Composer require checker
1919
2020jobs :
2121 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,6 +19,6 @@ name: ecs
1919
2020jobs :
2121 easy-coding-standard :
22- uses : php-forge/actions/.github/workflows/ecs.yml@v1
22+ uses : php-forge/actions/.github/workflows/ecs.yml@v2
2323 with :
2424 extensions : mbstring
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ name: mutation test
1919
2020jobs :
2121 mutation :
22- uses : php-forge/actions/.github/workflows/infection.yml@v1
22+ uses : php-forge/actions/.github/workflows/infection.yml@v2
2323 with :
2424 before-hook : |
2525 # Config MySQL with Docker
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ name: static analysis
1919
2020jobs :
2121 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