Skip to content

ci: deduplicate workflows runs #7

ci: deduplicate workflows runs

ci: deduplicate workflows runs #7

Workflow file for this run

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

Check failure on line 13 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: 13, Col: 27): Unexpected symbol: '['. Located at position 8 within expression: toJson(["8.0", "8.1", "8.2"])
linter:
uses: ./.github/workflows/linter.yaml