Skip to content

Commit 2f7b34c

Browse files
authored
Merge pull request #366 from phpDocumentor/dependabot/github_actions/phpDocumentor/dot-github-0.6
Bump phpDocumentor/.github from 0.5.0 to 0.6
2 parents 298d2fe + a3fc141 commit 2f7b34c

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
@@ -19,13 +19,13 @@ jobs:
1919

2020
coding-standards:
2121
name: "Coding Standards"
22-
uses: "phpDocumentor/.github/.github/workflows/coding-standards.yml@v0.5.0"
22+
uses: "phpDocumentor/.github/.github/workflows/coding-standards.yml@v0.6"
2323
with:
2424
composer-root-version: "5.x-dev"
2525

2626
dependency-analysis:
2727
name: "Dependency analysis"
28-
uses: "phpDocumentor/.github/.github/workflows/dependency-analysis.yml@v0.5.0"
28+
uses: "phpDocumentor/.github/.github/workflows/dependency-analysis.yml@v0.6"
2929
with:
3030
composer-root-version: "5.x-dev"
3131

@@ -37,14 +37,14 @@ jobs:
3737

3838
static-analysis:
3939
name: "Static analysis"
40-
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.5.0"
40+
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.6"
4141
with:
4242
php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, pcntl, posix"
4343
composer-root-version: "5.x-dev"
4444

4545
unit-tests:
4646
name: "Unit test"
47-
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.5.0"
47+
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.6"
4848
with:
4949
composer-root-version: "5.x-dev"
5050
php-versions: "['7.4', '8.0', '8.1', '8.2', '8.3']"

0 commit comments

Comments
 (0)