Skip to content

Commit d5ffce6

Browse files
committed
Build on php 8.4
1 parent 60741fe commit d5ffce6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/integrate.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,41 +13,41 @@ on: # yamllint disable-line rule:truthy
1313
jobs:
1414
code-coverage:
1515
name: "Code Coverage"
16-
uses: "phpDocumentor/.github/.github/workflows/code-coverage.yml@main"
16+
uses: "phpDocumentor/.github/.github/workflows/code-coverage.yml@v0.8"
1717
with:
1818
composer-root-version: "5.x-dev"
1919

2020
coding-standards:
2121
name: "Coding Standards"
22-
uses: "phpDocumentor/.github/.github/workflows/coding-standards.yml@v0.7"
22+
uses: "phpDocumentor/.github/.github/workflows/coding-standards.yml@v0.8"
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.7"
28+
uses: "phpDocumentor/.github/.github/workflows/dependency-analysis.yml@v0.8"
2929
with:
3030
composer-root-version: "5.x-dev"
3131

3232
lint-root:
3333
name: "Lint root"
34-
uses: "phpDocumentor/.github/.github/workflows/lint.yml@main"
34+
uses: "phpDocumentor/.github/.github/workflows/lint.yml@v0.8"
3535
with:
3636
composer-options: "--no-check-publish --ansi"
3737

3838
static-analysis:
3939
name: "Static analysis"
40-
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.7"
40+
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.8"
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.7"
47+
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8"
4848
with:
4949
composer-root-version: "5.x-dev"
50-
php-versions: "['7.4', '8.0', '8.1', '8.2', '8.3']"
50+
upcoming-releases: true
5151

5252
bc_check:
5353
name: "BC Check"

0 commit comments

Comments
 (0)