Skip to content

Commit eee054a

Browse files
authored
Merge pull request #209 from phpDocumentor/dependabot/github_actions/phpDocumentor/dot-github-0.7
Bump phpDocumentor/.github from 0.5.0 to 0.7
2 parents 483fb7f + 9668052 commit eee054a

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

2222
coding-standards:
2323
name: "Coding Standards"
24-
uses: "phpDocumentor/.github/.github/workflows/coding-standards.yml@v0.5.0"
24+
uses: "phpDocumentor/.github/.github/workflows/coding-standards.yml@v0.7"
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.5.0"
30+
uses: "phpDocumentor/.github/.github/workflows/dependency-analysis.yml@v0.7"
3131
with:
3232
composer-root-version: "1.x-dev"
3333

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

4040
static-analysis:
4141
name: "Static analysis"
42-
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.5.0"
42+
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.7"
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.5.0"
49+
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.7"
5050
with:
5151
composer-root-version: "1.x-dev"

0 commit comments

Comments
 (0)