Skip to content

Commit 1918957

Browse files
Bump phpDocumentor/.github from 0.8 to 0.9
Bumps [phpDocumentor/.github](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 dependency-version: '0.9' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fb84a85 commit 1918957

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
@@ -21,13 +21,13 @@ jobs:
2121

2222
coding-standards:
2323
name: "Coding Standards"
24-
uses: "phpDocumentor/.github/.github/workflows/coding-standards.yml@v0.8"
24+
uses: "phpDocumentor/.github/.github/workflows/coding-standards.yml@v0.9"
2525
with:
2626
composer-root-version: "1.x-dev"
2727

2828
dependency-analysis:
2929
name: "Dependency analysis"
30-
uses: "phpDocumentor/.github/.github/workflows/dependency-analysis.yml@v0.8"
30+
uses: "phpDocumentor/.github/.github/workflows/dependency-analysis.yml@v0.9"
3131
with:
3232
composer-root-version: "1.x-dev"
3333

@@ -39,14 +39,14 @@ jobs:
3939

4040
static-analysis:
4141
name: "Static analysis"
42-
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.8"
42+
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.9"
4343
with:
4444
php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, pcntl, posix"
4545
composer-root-version: "1.x-dev"
4646

4747
unit-tests:
4848
name: "Unit test"
49-
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8"
49+
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.9"
5050
with:
5151
composer-root-version: "1.x-dev"
5252
upcoming-releases: true

0 commit comments

Comments
 (0)