Skip to content

Commit fba210e

Browse files
authored
Merge pull request #75 from phpDocumentor/dependabot/github_actions/phpDocumentor/dot-github-0.5.0
Bump phpDocumentor/.github from 0.3.0 to 0.5.0
2 parents fdf2128 + 496dbb9 commit fba210e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integrate.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

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

@@ -31,14 +31,14 @@ jobs:
3131

3232
static-analysis:
3333
name: "Static analysis"
34-
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.3.0"
34+
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.5.0"
3535
with:
3636
php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, pcntl, posix"
3737
composer-root-version: "2.x-dev"
3838

3939
unit-tests:
4040
name: "Unit test"
41-
uses: "phpDocumentor/.github/.github/workflows/continues-integration.yml@v0.3.0"
41+
uses: "phpDocumentor/.github/.github/workflows/continues-integration.yml@v0.5.0"
4242
with:
4343
composer-root-version: "2.x-dev"
4444
php-versions: "['7.4', '8.0', '8.1', '8.2']"

0 commit comments

Comments
 (0)