Skip to content

Commit e439a55

Browse files
authored
Enable BC test (#244)
1 parent 700e6ea commit e439a55

File tree

2 files changed

+23
-15
lines changed

2 files changed

+23
-15
lines changed

.github/workflows/bc.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
on:
2+
pull_request:
3+
paths:
4+
- 'src/**'
5+
- '.github/workflows/bc.yml'
6+
- 'composer.json'
7+
push:
8+
branches: ['master']
9+
paths:
10+
- 'src/**'
11+
- '.github/workflows/bc.yml'
12+
- 'composer.json'
13+
14+
name: backwards compatibility
15+
16+
jobs:
17+
roave_bc_check:
18+
uses: yiisoft/actions/.github/workflows/bc.yml@master
19+
with:
20+
os: >-
21+
['ubuntu-latest']
22+
php: >-
23+
['8.1']

.github/workflows/bc.yml_

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)