Skip to content

Commit 7f14a37

Browse files
committed
Enable backwards compatibility workflow
1 parent e95a27a commit 7f14a37

File tree

2 files changed

+27
-33
lines changed

2 files changed

+27
-33
lines changed

.github/workflows/bc.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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+
concurrency:
17+
group: ${{ github.workflow }}-${{ github.ref }}
18+
cancel-in-progress: true
19+
20+
jobs:
21+
roave_bc_check:
22+
uses: yiisoft/actions/.github/workflows/bc.yml@master
23+
with:
24+
os: >-
25+
['ubuntu-latest']
26+
php: >-
27+
['8.5']

.github/workflows/bc.yml_

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

0 commit comments

Comments
 (0)