ci: deduplicate workflows runs #8
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | ||
name: Pull-Request | ||
on: pull_request | ||
env: | ||
PHP_VERSIONS: | ||
- 8.0 | ||
Check failure on line 8 in .github/workflows/pull-request.yaml GitHub Actions / Pull-RequestInvalid workflow file
|
||
- 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 |