Skip to content

Commit 211e1c9

Browse files
committed
Fix workflow
1 parent 052a99e commit 211e1c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/integrate.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@ jobs:
1717
name: "Code Coverage"
1818
uses: "phpDocumentor/.github/.github/workflows/code-coverage.yml@main"
1919
with:
20-
default: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
20+
php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
2121
composer-root-version: "1.x-dev"
2222

2323
coding-standards:
2424
name: "Coding Standards"
2525
uses: "phpDocumentor/.github/.github/workflows/[email protected]"
2626
with:
27-
default: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
27+
php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
2828
composer-root-version: "1.x-dev"
2929

3030
dependency-analysis:
3131
name: "Dependency analysis"
3232
uses: "phpDocumentor/.github/.github/workflows/[email protected]"
3333
with:
34-
default: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
34+
php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
3535
composer-root-version: "1.x-dev"
3636

3737
lint-root:
@@ -51,6 +51,6 @@ jobs:
5151
name: "Unit test"
5252
uses: "phpDocumentor/.github/.github/workflows/[email protected]"
5353
with:
54-
default: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
54+
php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
5555
composer-root-version: "1.x-dev"
5656
upcoming-releases: true

0 commit comments

Comments
 (0)