Skip to content

Commit 57a3383

Browse files
committed
does this help?
1 parent 54e58ba commit 57a3383

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/integrate.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,21 @@ on: # yamllint disable-line rule:truthy
1313
jobs:
1414
code-coverage:
1515
name: "Code Coverage"
16-
uses: "phpDocumentor/.github/.github/workflows/[email protected]"
16+
uses: "phpDocumentor/.github/.github/workflows/code-coverage.yml@main"
17+
with:
18+
composer-root-version: '1.x-dev'
1719

1820
coding-standards:
1921
name: "Coding Standards"
2022
uses: "phpDocumentor/.github/.github/workflows/[email protected]"
23+
with:
24+
composer-root-version: '1.x-dev'
2125

2226
dependency-analysis:
2327
name: "Dependency analysis"
2428
uses: "phpDocumentor/.github/.github/workflows/[email protected]"
29+
with:
30+
composer-root-version: '1.x-dev'
2531

2632
lint-root:
2733
name: "Lint root"
@@ -34,7 +40,10 @@ jobs:
3440
uses: "phpDocumentor/.github/.github/workflows/[email protected]"
3541
with:
3642
php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, pcntl, posix"
43+
composer-root-version: '1.x-dev'
3744

3845
unit-tests:
3946
name: "Unit test"
4047
uses: "phpDocumentor/.github/.github/workflows/[email protected]"
48+
with:
49+
composer-root-version: '1.x-dev'

0 commit comments

Comments
 (0)