We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700e6ea commit e439a55Copy full SHA for e439a55
.github/workflows/bc.yml
@@ -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
10
11
12
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_
0 commit comments