Allowing version 6 and 7 of symfony/yaml #374
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: BC Check | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
jobs: | |
roave_bc_check: | |
name: Roave BC Check | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: fetch tags | |
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* | |
- name: Roave BC Check | |
uses: docker://nyholm/roave-bc-check-ga |