mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Merge pull request #359 from phpDocumentor/dependabot/github_actions/phpDocumentor/dot-github-0.5.0
Bump phpDocumentor/.github from 0.3.0 to 0.5.0
This commit is contained in:
@@ -19,13 +19,13 @@ jobs:
|
|||||||
|
|
||||||
coding-standards:
|
coding-standards:
|
||||||
name: "Coding Standards"
|
name: "Coding Standards"
|
||||||
uses: "phpDocumentor/.github/.github/workflows/coding-standards.yml@v0.3.0"
|
uses: "phpDocumentor/.github/.github/workflows/coding-standards.yml@v0.5.0"
|
||||||
with:
|
with:
|
||||||
composer-root-version: "5.x-dev"
|
composer-root-version: "5.x-dev"
|
||||||
|
|
||||||
dependency-analysis:
|
dependency-analysis:
|
||||||
name: "Dependency analysis"
|
name: "Dependency analysis"
|
||||||
uses: "phpDocumentor/.github/.github/workflows/dependency-analysis.yml@v0.3.0"
|
uses: "phpDocumentor/.github/.github/workflows/dependency-analysis.yml@v0.5.0"
|
||||||
with:
|
with:
|
||||||
composer-root-version: "5.x-dev"
|
composer-root-version: "5.x-dev"
|
||||||
|
|
||||||
@@ -37,14 +37,14 @@ jobs:
|
|||||||
|
|
||||||
static-analysis:
|
static-analysis:
|
||||||
name: "Static analysis"
|
name: "Static analysis"
|
||||||
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.3.0"
|
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.5.0"
|
||||||
with:
|
with:
|
||||||
php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, pcntl, posix"
|
php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, pcntl, posix"
|
||||||
composer-root-version: "5.x-dev"
|
composer-root-version: "5.x-dev"
|
||||||
|
|
||||||
unit-tests:
|
unit-tests:
|
||||||
name: "Unit test"
|
name: "Unit test"
|
||||||
uses: "phpDocumentor/.github/.github/workflows/continues-integration.yml@v0.3.0"
|
uses: "phpDocumentor/.github/.github/workflows/continues-integration.yml@v0.5.0"
|
||||||
with:
|
with:
|
||||||
composer-root-version: "5.x-dev"
|
composer-root-version: "5.x-dev"
|
||||||
php-versions: "['7.4', '8.0', '8.1', '8.2', '8.3']"
|
php-versions: "['7.4', '8.0', '8.1', '8.2', '8.3']"
|
||||||
|
|||||||
Reference in New Issue
Block a user