Skip to content

Commit

Permalink
Bump phpDocumentor/.github from 0.5.0 to 0.6
Browse files Browse the repository at this point in the history
Bumps [phpDocumentor/.github](https://github.com/phpdocumentor/.github) from 0.5.0 to 0.6.
- [Release notes](https://github.com/phpdocumentor/.github/releases)
- [Commits](phpDocumentor/.github@v0.5.0...v0.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent 298d2fe commit a3fc141
Showing 1 changed file with 4 additions and 4 deletions.
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/coding-standards.yml@v0.5.0"
uses: "phpDocumentor/.github/.github/workflows/coding-standards.yml@v0.6"
with:
composer-root-version: "5.x-dev"

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

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

static-analysis:
name: "Static analysis"
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.5.0"
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.6"
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.5.0"
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.6"
with:
composer-root-version: "5.x-dev"
php-versions: "['7.4', '8.0', '8.1', '8.2', '8.3']"
Expand Down

0 comments on commit a3fc141

Please sign in to comment.