Skip to content

Commit 80e8bee

Browse files
github-actions(deps): bump phpDocumentor/.github from 0.7 to 0.8
Bumps [phpDocumentor/.github](https://github.com/phpdocumentor/.github) from 0.7 to 0.8. - [Release notes](https://github.com/phpdocumentor/.github/releases) - [Commits](phpDocumentor/.github@v0.7...v0.8) --- updated-dependencies: - dependency-name: phpDocumentor/.github dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c0fa46 commit 80e8bee

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
@@ -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

@@ -49,7 +49,7 @@ jobs:
4949

5050
static-analysis:
5151
name: "Static analysis"
52-
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.7"
52+
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.8"
5353
with:
5454
php-version: "8.2"
5555
composer-root-version: "2.x-dev"
@@ -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)