mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Build on php 8.4
This commit is contained in:
@@ -13,41 +13,41 @@ on: # yamllint disable-line rule:truthy
|
|||||||
jobs:
|
jobs:
|
||||||
code-coverage:
|
code-coverage:
|
||||||
name: "Code Coverage"
|
name: "Code Coverage"
|
||||||
uses: "phpDocumentor/.github/.github/workflows/code-coverage.yml@main"
|
uses: "phpDocumentor/.github/.github/workflows/code-coverage.yml@v0.8"
|
||||||
with:
|
with:
|
||||||
composer-root-version: "5.x-dev"
|
composer-root-version: "5.x-dev"
|
||||||
|
|
||||||
coding-standards:
|
coding-standards:
|
||||||
name: "Coding Standards"
|
name: "Coding Standards"
|
||||||
uses: "phpDocumentor/.github/.github/workflows/coding-standards.yml@v0.7"
|
uses: "phpDocumentor/.github/.github/workflows/coding-standards.yml@v0.8"
|
||||||
with:
|
with:
|
||||||
composer-root-version: "5.x-dev"
|
composer-root-version: "5.x-dev"
|
||||||
|
|
||||||
dependency-analysis:
|
dependency-analysis:
|
||||||
name: "Dependency analysis"
|
name: "Dependency analysis"
|
||||||
uses: "phpDocumentor/.github/.github/workflows/dependency-analysis.yml@v0.7"
|
uses: "phpDocumentor/.github/.github/workflows/dependency-analysis.yml@v0.8"
|
||||||
with:
|
with:
|
||||||
composer-root-version: "5.x-dev"
|
composer-root-version: "5.x-dev"
|
||||||
|
|
||||||
lint-root:
|
lint-root:
|
||||||
name: "Lint root"
|
name: "Lint root"
|
||||||
uses: "phpDocumentor/.github/.github/workflows/lint.yml@main"
|
uses: "phpDocumentor/.github/.github/workflows/lint.yml@v0.8"
|
||||||
with:
|
with:
|
||||||
composer-options: "--no-check-publish --ansi"
|
composer-options: "--no-check-publish --ansi"
|
||||||
|
|
||||||
static-analysis:
|
static-analysis:
|
||||||
name: "Static analysis"
|
name: "Static analysis"
|
||||||
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.7"
|
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.8"
|
||||||
with:
|
with:
|
||||||
php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, pcntl, posix"
|
php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, pcntl, posix"
|
||||||
composer-root-version: "5.x-dev"
|
composer-root-version: "5.x-dev"
|
||||||
|
|
||||||
unit-tests:
|
unit-tests:
|
||||||
name: "Unit test"
|
name: "Unit test"
|
||||||
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.7"
|
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8"
|
||||||
with:
|
with:
|
||||||
composer-root-version: "5.x-dev"
|
composer-root-version: "5.x-dev"
|
||||||
php-versions: "['7.4', '8.0', '8.1', '8.2', '8.3']"
|
upcoming-releases: true
|
||||||
|
|
||||||
bc_check:
|
bc_check:
|
||||||
name: "BC Check"
|
name: "BC Check"
|
||||||
|
|||||||
Reference in New Issue
Block a user