Skip to content

Commit

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

Bump phpDocumentor/.github from 0.7 to 0.8
  • Loading branch information
github-actions[bot] authored Nov 4, 2024
2 parents 62feaf3 + f8fe031 commit 817510a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on: # yamllint disable-line rule:truthy
jobs:
code-coverage:
name: "Code Coverage"
uses: "phpDocumentor/.github/.github/workflows/code-coverage.yml@v0.7"
uses: "phpDocumentor/.github/.github/workflows/code-coverage.yml@v0.8"
with:
php-version: "8.2"

Expand Down Expand Up @@ -41,13 +41,13 @@ jobs:

dependency-analysis:
name: "Dependency analysis"
uses: "phpDocumentor/.github/.github/workflows/dependency-analysis.yml@v0.7"
uses: "phpDocumentor/.github/.github/workflows/dependency-analysis.yml@v0.8"
with:
php-version: "8.2"

lint-root:
name: "Lint root"
uses: "phpDocumentor/.github/.github/workflows/lint.yml@v0.7"
uses: "phpDocumentor/.github/.github/workflows/lint.yml@v0.8"
with:
php-version: "8.2"
composer-options: "--no-check-publish --ansi"
Expand All @@ -61,11 +61,11 @@ jobs:

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"

integration-tests:
name: "Integration test"
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.7"
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8"
needs: "unit-tests"
with:
test-suite: "integration"

0 comments on commit 817510a

Please sign in to comment.