Skip to content

Commit

Permalink
Actualize and enable BC workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arogachev committed Apr 20, 2023
1 parent d839224 commit 26f2f5a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/bc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
- pull_request
- push

name: backwards compatibility

jobs:
roave_bc_check:
uses: yiisoft/actions/.github/workflows/bc.yml@master
with:
os: >-
['ubuntu-latest']
php: >-
['8.1']
15 changes: 0 additions & 15 deletions .github/workflows/bc.yml_

This file was deleted.

0 comments on commit 26f2f5a

Please sign in to comment.