Skip to content

Commit ed3b11a

Browse files
Bump phpDocumentor/.github from 0.8 to 0.9
Bumps [phpDocumentor/.github](https://github.com/phpdocumentor/.github) from 0.8 to 0.9. - [Release notes](https://github.com/phpdocumentor/.github/releases) - [Commits](phpDocumentor/.github@v0.8...v0.9) --- updated-dependencies: - dependency-name: phpDocumentor/.github dependency-version: '0.9' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 94510f0 commit ed3b11a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/integrate.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on: # yamllint disable-line rule:truthy
1313
jobs:
1414
code-coverage:
1515
name: "Code Coverage"
16-
uses: "phpDocumentor/.github/.github/workflows/code-coverage.yml@v0.8"
16+
uses: "phpDocumentor/.github/.github/workflows/code-coverage.yml@v0.9"
1717
with:
1818
php-version: "8.2"
1919

@@ -41,13 +41,13 @@ jobs:
4141

4242
dependency-analysis:
4343
name: "Dependency analysis"
44-
uses: "phpDocumentor/.github/.github/workflows/dependency-analysis.yml@v0.8"
44+
uses: "phpDocumentor/.github/.github/workflows/dependency-analysis.yml@v0.9"
4545
with:
4646
php-version: "8.2"
4747

4848
lint-root:
4949
name: "Lint root"
50-
uses: "phpDocumentor/.github/.github/workflows/lint.yml@v0.8"
50+
uses: "phpDocumentor/.github/.github/workflows/lint.yml@v0.9"
5151
with:
5252
php-version: "8.2"
5353
composer-options: "--no-check-publish --ansi"
@@ -61,11 +61,11 @@ jobs:
6161

6262
unit-tests:
6363
name: "Unit test"
64-
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8"
64+
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.9"
6565

6666
integration-tests:
6767
name: "Integration test"
68-
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8"
68+
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.9"
6969
needs: "unit-tests"
7070
with:
7171
test-suite: "integration"

0 commit comments

Comments
 (0)