Skip to content

Commit

Permalink
Merge pull request #209 from phpDocumentor/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…phpDocumentor/dot-github-0.7

Bump phpDocumentor/.github from 0.5.0 to 0.7
  • Loading branch information
jaapio authored May 24, 2024
2 parents 483fb7f + 9668052 commit eee054a
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 @@ -21,13 +21,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.7"
with:
composer-root-version: "1.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.7"
with:
composer-root-version: "1.x-dev"

Expand All @@ -39,13 +39,13 @@ 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.7"
with:
php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, pcntl, posix"
composer-root-version: "1.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.7"
with:
composer-root-version: "1.x-dev"

0 comments on commit eee054a

Please sign in to comment.