Skip to content

ci: deduplicate workflows runs #11

ci: deduplicate workflows runs

ci: deduplicate workflows runs #11

Workflow file for this run

---
name: Pull-Request
on: pull_request
env:
PHP_VERSION_8.0: "8.0"
PHP_VERSION_8.1: "8.1"
PHP_VERSION_8.2: "8.2"
jobs:
bc:
uses: ./.github/workflows/bc.yaml
test:
uses: ./.github/workflows/test.yaml
with:
PHP_VERSIONS: ${{ toJson(env.PHP_VERSION_*) }}

Check failure on line 18 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: 18, Col: 27): Unrecognized named-value: 'env'. Located at position 8 within expression: toJson(env.PHP_VERSION_*)
linter:
uses: ./.github/workflows/linter.yaml