diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 6a4faf8..12aadd0 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -21,13 +21,13 @@ jobs: coding-standards: name: "Coding Standards" - uses: "phpDocumentor/.github/.github/workflows/coding-standards.yml@v0.4.0" + uses: "phpDocumentor/.github/.github/workflows/coding-standards.yml@v0.5.0" with: composer-root-version: "1.x-dev" dependency-analysis: name: "Dependency analysis" - uses: "phpDocumentor/.github/.github/workflows/dependency-analysis.yml@v0.4.0" + uses: "phpDocumentor/.github/.github/workflows/dependency-analysis.yml@v0.5.0" with: composer-root-version: "1.x-dev" @@ -39,7 +39,7 @@ jobs: static-analysis: name: "Static analysis" - uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.4.0" + uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.5.0" with: php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, pcntl, posix" composer-root-version: "1.x-dev"