Skip to content

Commit 9bc9646

Browse files
Bump phpDocumentor/.github/.github/workflows/continuous-integration.yml
Bumps [phpDocumentor/.github/.github/workflows/continuous-integration.yml](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/.github/workflows/continuous-integration.yml dependency-version: '0.9' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4277f90 commit 9bc9646

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integrate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ jobs:
4444

4545
unit-tests:
4646
name: "Unit test"
47-
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8"
47+
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.9"
4848
with:
4949
composer-root-version: "5.x-dev"
5050
upcoming-releases: true
5151

5252
integration-tests:
5353
name: "Integration test"
54-
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8"
54+
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.9"
5555
with:
5656
composer-root-version: "5.x-dev"
5757
upcoming-releases: true

0 commit comments

Comments
 (0)