File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11on :
2- pull_request :
3- push :
2+ - pull_request
3+ - push
44
55name : backwards compatibility
66jobs :
77 roave_bc_check :
8- name : Roave BC Check
9- runs-on : ubuntu-latest
10- steps :
11- - uses : actions/checkout@master
12- - name : fetch tags
13- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
14- - name : Roave BC Check
15- uses : docker://nyholm/roave-bc-check-ga
8+ uses : yiisoft/actions/.github/workflows/bc.yml@master
9+ with :
10+ os : >-
11+ ['ubuntu-latest']
12+ php : >-
13+ ['8.0']
Original file line number Diff line number Diff line change 3939 "rector/rector" : " ^0.15.2" ,
4040 "roave/infection-static-analysis-plugin" : " ^1.16" ,
4141 "spatie/phpunit-watcher" : " ^1.23" ,
42- "vimeo/psalm" : " ^4.18 "
42+ "vimeo/psalm" : " ^4.30|^5.6 "
4343 },
4444 "provide" : {
4545 "psr/simple-cache-implementation" : " 2.0|3.0"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<psalm
33 errorLevel =" 1"
4+ findUnusedBaselineEntry =" true"
5+ findUnusedCode =" false"
46 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
57 xmlns =" https://getpsalm.org/schema/config"
68 xsi : schemaLocation =" https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
79>
810 <projectFiles >
9- <directory name =" src" />
11+ <directory name =" src" />
1012 </projectFiles >
1113</psalm >
You can’t perform that action at this time.
0 commit comments