Skip to content

Commit

Permalink
Enable backwards compatibility test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Nov 11, 2023
1 parent b92cf1d commit dd4249c
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 15 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/bc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
on:
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'phpunit.xml.dist'
- 'psalm.xml'
push:
branches: ['master']
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'phpunit.xml.dist'
- 'psalm.xml'

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 dd4249c

Please sign in to comment.