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 a3fd346 commit e182f74Copy full SHA for e182f74
.github/workflows/backwards-compatibility.yml
@@ -0,0 +1,18 @@
1
+name: "BC check"
2
+
3
+on:
4
+ pull_request:
5
6
+jobs:
7
+ roave_bc_check:
8
+ name: "Roave BC check"
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: actions/checkout@v2
12
+ with:
13
+ fetch-depth: 0
14
15
+ - name: Roave BC Check
16
+ uses: docker://nyholm/roave-bc-check-ga
17
18
+ args: --from=${{ github.event.pull_request.base.sha }}
.github/workflows/ci.yml
@@ -28,15 +28,6 @@ jobs:
28
- name: Run phpunit
29
run: vendor/bin/phpunit --verbose
30
31
- roave_bc_check:
32
- name: Roave BC Check
33
- runs-on: ubuntu-latest
34
- steps:
35
- - uses: actions/checkout@v2
36
-
37
- - name: Roave BC Check
38
- uses: docker://nyholm/roave-bc-check-ga
39
40
phpstan:
41
name: PHPStan
42
runs-on: ubuntu-latest
0 commit comments