Bump phpDocumentor/.github from 0.1.0 to 0.3.0

Bumps phpDocumentor/.github from 0.1.0 to 0.3.0.

---
updated-dependencies:
- dependency-name: phpDocumentor/.github
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
This commit is contained in:
dependabot[bot]
2023-03-06 10:56:30 +00:00
committed by GitHub
parent 566af9fb94
commit c341c1dbc2
+4 -4
View File
@@ -19,13 +19,13 @@ jobs:
coding-standards:
name: "Coding Standards"
uses: "phpDocumentor/.github/.github/workflows/coding-standards.yml@v0.1.0"
uses: "phpDocumentor/.github/.github/workflows/coding-standards.yml@v0.3.0"
with:
composer-root-version: "5.x-dev"
dependency-analysis:
name: "Dependency analysis"
uses: "phpDocumentor/.github/.github/workflows/dependency-analysis.yml@v0.1.0"
uses: "phpDocumentor/.github/.github/workflows/dependency-analysis.yml@v0.3.0"
with:
composer-root-version: "5.x-dev"
@@ -37,14 +37,14 @@ jobs:
static-analysis:
name: "Static analysis"
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.1.0"
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.3.0"
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/continues-integration.yml@v0.1.0"
uses: "phpDocumentor/.github/.github/workflows/continues-integration.yml@v0.3.0"
with:
composer-root-version: "5.x-dev"
php-versions: "['7.4', '8.0', '8.1', '8.2']"