Skip to content

Commit

Permalink
Enable BC test (#322)
Browse files Browse the repository at this point in the history
* Enable BC test

* Update BC test settings
  • Loading branch information
Tigrov committed Nov 12, 2023
1 parent 675d297 commit 980fb7a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 15 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/bc.yml
@@ -0,0 +1,23 @@
on:
pull_request:
paths:
- 'src/**'
- '.github/workflows/bc.yml'
- 'composer.json'
push:
branches: ['master']
paths:
- 'src/**'
- '.github/workflows/bc.yml'
- 'composer.json'

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 980fb7a

Please sign in to comment.