Skip to content

Commit 6222565

Browse files
committed
build on php 8.4
1 parent eee054a commit 6222565

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/integrate.yaml

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

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

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

0 commit comments

Comments
 (0)