Skip to content

ci: deduplicate workflows runs #8

ci: deduplicate workflows runs

ci: deduplicate workflows runs #8

Workflow file for this run

---
name: Pull-Request
on: pull_request
env:
PHP_VERSIONS:
- 8.0

Check failure on line 8 in .github/workflows/pull-request.yaml

View workflow run for this annotation

GitHub Actions / Pull-Request

Invalid workflow file

The workflow is not valid. .github/workflows/pull-request.yaml (Line: 8, Col: 9): A sequence was not expected .github/workflows/pull-request.yaml (Line: 19, Col: 27): Unrecognized named-value: 'env'. Located at position 8 within expression: toJson(env.PHP_VERSIONS)
- 8.1
- 8.2
jobs:
bc:
uses: ./.github/workflows/bc.yaml
test:
uses: ./.github/workflows/test.yaml
with:
PHP_VERSIONS: ${{ toJson(env.PHP_VERSIONS) }}
linter:
uses: ./.github/workflows/linter.yaml