Skip to content

Commit

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

---
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 Nov 4, 2024
1 parent 5b46d15 commit 7fb2899
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

coding-standards:
name: "Coding Standards"
uses: "phpDocumentor/.github/.github/workflows/coding-standards.yml@v0.7"
uses: "phpDocumentor/.github/.github/workflows/coding-standards.yml@v0.8"
with:
composer-root-version: "2.x-dev"

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

static-analysis:
name: "Static analysis"
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.7"
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.8"
with:
php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, pcntl, posix"
composer-root-version: "2.x-dev"

unit-tests:
name: "Unit test"
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.7"
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8"
with:
composer-root-version: "2.x-dev"
php-versions: "['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']"

0 comments on commit 7fb2899

Please sign in to comment.