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 e95a27a commit 7f14a37Copy full SHA for 7f14a37
.github/workflows/bc.yml
@@ -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
10
11
12
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_
0 commit comments