Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,45 +13,45 @@ on: # yamllint disable-line rule:truthy
jobs:
code-coverage:
name: "Code Coverage"
uses: "phpDocumentor/.github/.github/workflows/code-coverage.yml@v0.8"
uses: "phpDocumentor/.github/.github/workflows/code-coverage.yml@v0.9"
with:
composer-root-version: "5.x-dev"

coding-standards:
name: "Coding Standards"
uses: "phpDocumentor/.github/.github/workflows/coding-standards.yml@v0.8"
uses: "phpDocumentor/.github/.github/workflows/coding-standards.yml@v0.9"
with:
composer-root-version: "5.x-dev"

dependency-analysis:
name: "Dependency analysis"
uses: "phpDocumentor/.github/.github/workflows/dependency-analysis.yml@v0.8"
uses: "phpDocumentor/.github/.github/workflows/dependency-analysis.yml@v0.9"
with:
composer-root-version: "5.x-dev"

lint-root:
name: "Lint root"
uses: "phpDocumentor/.github/.github/workflows/lint.yml@v0.8"
uses: "phpDocumentor/.github/.github/workflows/lint.yml@v0.9"
with:
composer-options: "--no-check-publish --ansi"

static-analysis:
name: "Static analysis"
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.8"
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.9"
with:
php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, pcntl, posix"
composer-root-version: "5.x-dev"

unit-tests:
name: "Unit test"
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8"
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.9"
with:
composer-root-version: "5.x-dev"
upcoming-releases: true

integration-tests:
name: "Integration test"
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8"
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.9"
with:
composer-root-version: "5.x-dev"
upcoming-releases: true
Expand Down
Loading