Skip to content

Commit c733f03

Browse files
authored
Merge pull request #418 from phpDocumentor/dependabot/github_actions/phpDocumentor/dot-github/dot-github/workflows/continuous-integration.yml-0.9
Bump phpDocumentor/.github/.github/workflows/continuous-integration.yml from 0.8 to 0.9
2 parents 70bed89 + 9bc9646 commit c733f03

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)