Skip to content
Closed
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
8 changes: 4 additions & 4 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:

coding-standards:
name: "Coding Standards"
uses: "phpDocumentor/.github/.github/workflows/[email protected].0"
uses: "phpDocumentor/.github/.github/workflows/[email protected].1"
with:
composer-root-version: "5.x-dev"

dependency-analysis:
name: "Dependency analysis"
uses: "phpDocumentor/.github/.github/workflows/[email protected].0"
uses: "phpDocumentor/.github/.github/workflows/[email protected].1"
with:
composer-root-version: "5.x-dev"

Expand All @@ -37,14 +37,14 @@ jobs:

static-analysis:
name: "Static analysis"
uses: "phpDocumentor/.github/.github/workflows/[email protected].0"
uses: "phpDocumentor/.github/.github/workflows/[email protected].1"
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/[email protected].0"
uses: "phpDocumentor/.github/.github/workflows/[email protected].1"
with:
composer-root-version: "5.x-dev"
php-versions: "['7.4', '8.0', '8.1', '8.2']"
Expand Down