Skip to content

Commit

Permalink
Fix BC checker (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Jun 2, 2023
1 parent 79c36e9 commit a532e84
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/bc.yml
@@ -1,15 +1,14 @@
on:
- pull_request
- push
- pull_request
- push

name: backwards compatibility

jobs:
roave_bc_check:
name: Roave BC Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: fetch tags
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Roave BC Check
uses: docker://nyholm/roave-bc-check-ga
roave_bc_check:
uses: yiisoft/actions/.github/workflows/bc.yml@master
with:
os: >-
['ubuntu-latest']
php: >-
['8.0']

0 comments on commit a532e84

Please sign in to comment.