Skip to content

Commit d075d95

Browse files
committed
Upgrade workflow for 6.x
1 parent 5cee1d3 commit d075d95

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/integrate.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: "Integrate"
55
on: # yamllint disable-line rule:truthy
66
push:
77
branches:
8-
- "5.x"
8+
- "6.x"
99
pull_request: null
1010
# Allow manually triggering the workflow.
1111
workflow_dispatch: null
@@ -15,19 +15,19 @@ jobs:
1515
name: "Code Coverage"
1616
uses: "phpDocumentor/.github/.github/workflows/code-coverage.yml@v0.9"
1717
with:
18-
composer-root-version: "5.x-dev"
18+
composer-root-version: "6.x-dev"
1919

2020
coding-standards:
2121
name: "Coding Standards"
2222
uses: "phpDocumentor/.github/.github/workflows/coding-standards.yml@v0.9"
2323
with:
24-
composer-root-version: "5.x-dev"
24+
composer-root-version: "6.x-dev"
2525

2626
dependency-analysis:
2727
name: "Dependency analysis"
2828
uses: "phpDocumentor/.github/.github/workflows/dependency-analysis.yml@v0.9"
2929
with:
30-
composer-root-version: "5.x-dev"
30+
composer-root-version: "6.x-dev"
3131

3232
lint-root:
3333
name: "Lint root"
@@ -40,19 +40,19 @@ jobs:
4040
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.9"
4141
with:
4242
php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, pcntl, posix"
43-
composer-root-version: "5.x-dev"
43+
composer-root-version: "6.x-dev"
4444

4545
unit-tests:
4646
name: "Unit test"
4747
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.9"
4848
with:
49-
composer-root-version: "5.x-dev"
49+
composer-root-version: "6.x-dev"
5050
upcoming-releases: true
5151

5252
integration-tests:
5353
name: "Integration test"
5454
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.9"
5555
with:
56-
composer-root-version: "5.x-dev"
56+
composer-root-version: "6.x-dev"
5757
upcoming-releases: true
5858
test-suite: "integration"

0 commit comments

Comments
 (0)