Skip to content

Commit cd2fcb9

Browse files
authored
Merge pull request #1170 from phpDocumentor/backport/1.x/pr-1165
[1.x] Merge pull request #1165 from phpDocumentor/dependabot/github_actions/phpDocumentor/dot-github-0.8
2 parents 8f95ae5 + 6f2b4cb commit cd2fcb9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/integrate.yaml

+4-4
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.6"
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.6"
79+
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8"
8080
with:
8181
composer-root-version: "1.x-dev"
8282

8383
functional-tests:
8484
name: "Functional test"
85-
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.6"
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: "1.x-dev"
9090

9191
integration-tests:
9292
name: "integration test"
93-
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.6"
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)