File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -58,19 +58,19 @@ as part of your CI pipeline. For example in a GitHub action, note the use of
58
58
jobs :
59
59
roave-backwards-compatibility-check :
60
60
name : Roave Backwards Compatibility Check
61
- runs-on : ubuntu-latest
62
- steps :
63
- - uses : actions/checkout@v2
64
- with :
65
- fetch-depth : 0
66
- - name : " Install PHP"
67
- uses : shivammathur/setup-php@v2
68
- with :
69
- php-version : " 8.0"
70
- - name : " Install dependencies"
71
- run : " composer install"
72
- - name : " Check for BC breaks"
73
- run : " vendor/bin/roave-backward-compatibility-check"
61
+ runs-on : ubuntu-latest
62
+ steps :
63
+ - uses : actions/checkout@v2
64
+ with :
65
+ fetch-depth : 0
66
+ - name : " Install PHP"
67
+ uses : shivammathur/setup-php@v2
68
+ with :
69
+ php-version : " 8.0"
70
+ - name : " Install dependencies"
71
+ run : " composer install"
72
+ - name : " Check for BC breaks"
73
+ run : " vendor/bin/roave-backward-compatibility-check"
74
74
` ` `
75
75
76
76
#### Nyholm Github Action
You can’t perform that action at this time.
0 commit comments