Skip to content

ci: deduplicate workflows runs #13

ci: deduplicate workflows runs

ci: deduplicate workflows runs #13

Workflow file for this run

---
name: Pull-Request
on: pull_request
env:
PHP_VERSIONS: '["8.0", "8.1", "8.2"]'
jobs:
bc:
uses: ./.github/workflows/bc.yaml
test:
uses: ./.github/workflows/test.yaml
with:
PHP_VERSIONS: ${{ env.PHP_VERSIONS }}

Check failure on line 16 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: 16, Col: 27): Unrecognized named-value: 'env'. Located at position 1 within expression: env.PHP_VERSIONS
linter:
uses: ./.github/workflows/linter.yaml