Skip to content

Bump rector/rector from 0.15.23 to 0.15.24 #161

Bump rector/rector from 0.15.23 to 0.15.24

Bump rector/rector from 0.15.23 to 0.15.24 #161

Workflow file for this run

# https://docs.github.com/en/actions
name: "Integrate"
on: # yamllint disable-line rule:truthy
push:
branches:
- "5.x"
pull_request: null
# Allow manually triggering the workflow.
workflow_dispatch: null
jobs:
code-coverage:
name: "Code Coverage"
uses: "phpDocumentor/.github/.github/workflows/code-coverage.yml@v0.3.0"
coding-standards:
name: "Coding Standards"
uses: "phpDocumentor/.github/.github/workflows/coding-standards.yml@v0.3.0"
dependency-analysis:
name: "Dependency analysis"
uses: "phpDocumentor/.github/.github/workflows/dependency-analysis.yml@v0.3.0"
lint-root:
name: "Lint root"
uses: "phpDocumentor/.github/.github/workflows/lint.yml@v0.3.0"
with:
composer-options: "--no-check-publish --ansi"
static-analysis:
name: "Static analysis"
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.3.0"
with:
php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, pcntl, posix"
unit-tests:
name: "Unit test"
uses: "phpDocumentor/.github/.github/workflows/continues-integration.yml@v0.3.0"
with:
php-versions: "['7.4', '8.0', '8.1', '8.2']"
integration-tests:
name: "Integration test"
uses: "phpDocumentor/.github/.github/workflows/continues-integration.yml@v0.3.0"
needs: "unit-tests"
with:
test-suite: "integration"