Skip to content

Commit

Permalink
github-actions(deps): 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 7, 2024
1 parent 63b7d47 commit 75ee187
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 @@ -14,7 +14,7 @@ env:
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 @@ -76,21 +76,21 @@ 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"
with:
composer-root-version: "2.x-dev"

functional-tests:
name: "Functional 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: "functional"
composer-root-version: "2.x-dev"

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"
Expand Down

0 comments on commit 75ee187

Please sign in to comment.