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
20
20
jobs :
21
21
mssql :
22
22
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
24
24
secrets :
25
25
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
26
26
with :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ name: build-mysql
20
20
jobs :
21
21
mysql :
22
22
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
24
24
secrets :
25
25
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
26
26
with :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ name: build-oracle
20
20
jobs :
21
21
oracle :
22
22
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
24
24
secrets :
25
25
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
26
26
with :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ name: build-pgsql
20
20
jobs :
21
21
pgsql :
22
22
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
24
24
secrets :
25
25
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
26
26
with :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ 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 :
29
29
extensions : pdo, pdo_sqlite
30
30
phpunit-group : sqlite
31
31
phpunit-compatibility :
32
- uses : php-forge/actions/.github/workflows/phpunit.yml@v1
32
+ uses : php-forge/actions/.github/workflows/phpunit.yml@v2
33
33
secrets :
34
34
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
35
35
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,6 +19,6 @@ 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
23
23
with :
24
24
extensions : mbstring
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
before-hook : |
25
25
# Config MySQL with Docker
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