Skip to content

Commit 07100e6

Browse files
authored
Merge pull request #190 from phpDocumentor/dependabot/github_actions/phpDocumentor/dot-github-0.3.1
Bump phpDocumentor/.github from 0.3.0 to 0.3.1
2 parents b2fe4d2 + a9af540 commit 07100e6

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/[email protected].0"
22+
uses: "phpDocumentor/.github/.github/workflows/[email protected].1"
2323
with:
2424
composer-root-version: "1.x-dev"
2525

2626
dependency-analysis:
2727
name: "Dependency analysis"
28-
uses: "phpDocumentor/.github/.github/workflows/[email protected].0"
28+
uses: "phpDocumentor/.github/.github/workflows/[email protected].1"
2929
with:
3030
composer-root-version: "1.x-dev"
3131

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

3838
static-analysis:
3939
name: "Static analysis"
40-
uses: "phpDocumentor/.github/.github/workflows/[email protected].0"
40+
uses: "phpDocumentor/.github/.github/workflows/[email protected].1"
4141
with:
4242
php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, pcntl, posix"
4343
composer-root-version: "1.x-dev"
4444

4545
unit-tests:
4646
name: "Unit test"
47-
uses: "phpDocumentor/.github/.github/workflows/[email protected].0"
47+
uses: "phpDocumentor/.github/.github/workflows/[email protected].1"
4848
with:
4949
composer-root-version: "1.x-dev"
5050
php-versions: "['7.4', '8.0', '8.1', '8.2']"

0 commit comments

Comments
 (0)