Skip to content

Commit

Permalink
Fix BC checker
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Sep 14, 2023
1 parent 327364e commit be61ebc
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/bc.yml
Original file line number Diff line number Diff line change
@@ -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
uses: yiisoft/actions/.github/workflows/bc.yml@master
with:
os: >-
['ubuntu-latest']
php: >-
['8.0']

0 comments on commit be61ebc

Please sign in to comment.