Skip to content

Commit 2a82e80

Browse files
Merge pull request #1165 from phpDocumentor/dependabot/github_actions/phpDocumentor/dot-github-0.8
github-actions(deps): bump phpDocumentor/.github from 0.7 to 0.8
2 parents 63b7d47 + 75ee187 commit 2a82e80

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/integrate.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
jobs:
1515
code-coverage:
1616
name: "Code Coverage"
17-
uses: "phpDocumentor/.github/.github/workflows/code-coverage.yml@v0.7"
17+
uses: "phpDocumentor/.github/.github/workflows/code-coverage.yml@v0.8"
1818
with:
1919
php-version: "8.2"
2020

@@ -76,21 +76,21 @@ jobs:
7676

7777
unit-tests:
7878
name: "Unit test"
79-
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.7"
79+
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8"
8080
with:
8181
composer-root-version: "2.x-dev"
8282

8383
functional-tests:
8484
name: "Functional test"
85-
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.7"
85+
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8"
8686
needs: "unit-tests"
8787
with:
8888
test-suite: "functional"
8989
composer-root-version: "2.x-dev"
9090

9191
integration-tests:
9292
name: "integration test"
93-
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.7"
93+
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8"
9494
needs: "unit-tests"
9595
with:
9696
test-suite: "integration"

0 commit comments

Comments
 (0)