File tree Expand file tree Collapse file tree 3 files changed +17
-11
lines changed Expand file tree Collapse file tree 3 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 55 "docsSlug" : " doctrine-coding-standard" ,
66 "versions" : [
77 {
8- "name" : " 11 .0" ,
9- "branchName" : " 11 .0.x" ,
10- "slug" : " 11 .0" ,
8+ "name" : " 12 .0" ,
9+ "branchName" : " 12 .0.x" ,
10+ "slug" : " 12 .0" ,
1111 "upcoming" : true
1212 },
1313 {
14- "name" : " 10 .0" ,
15- "branchName" : " 10 .0.x" ,
16- "slug" : " 10 .0" ,
14+ "name" : " 11 .0" ,
15+ "branchName" : " 11 .0.x" ,
16+ "slug" : " 11 .0" ,
1717 "current" : true ,
1818 "aliases" : [
1919 " current" ,
2020 " stable"
2121 ]
2222 },
23+ {
24+ "name" : " 10.0" ,
25+ "branchName" : " 10.0.x" ,
26+ "slug" : " 10.0" ,
27+ "maintained" : false
28+ },
2329 {
2430 "name" : " 9.0" ,
2531 "branchName" : " 9.0.x" ,
Original file line number Diff line number Diff line change 1414 coding-standards :
1515 name : " Coding Standards"
1616
17- runs-on : " ubuntu-18 .04"
17+ runs-on : " ubuntu-22 .04"
1818
1919 strategy :
2020 matrix :
4747 validate-against-schema :
4848 name : " Validate against schema"
4949
50- runs-on : " ubuntu-18 .04"
50+ runs-on : " ubuntu-22 .04"
5151
5252 strategy :
5353 matrix :
8585 test-report :
8686 name : " Test report"
8787
88- runs-on : " ubuntu-18 .04"
88+ runs-on : " ubuntu-22 .04"
8989
9090 strategy :
9191 fail-fast : false
@@ -123,7 +123,7 @@ jobs:
123123 test-fixes :
124124 name : " Test fixes"
125125
126- runs-on : " ubuntu-18 .04"
126+ runs-on : " ubuntu-22 .04"
127127
128128 strategy :
129129 fail-fast : false
Original file line number Diff line number Diff line change 2323 ],
2424 "require" : {
2525 "php" : " ^7.2 || ^8.0" ,
26- "dealerdirect/phpcodesniffer-composer-installer" : " ^0.6.2 || ^0.7" ,
26+ "dealerdirect/phpcodesniffer-composer-installer" : " ^0.6.2 || ^0.7 || ^1.0.0 " ,
2727 "slevomat/coding-standard" : " ^8.6.2" ,
2828 "squizlabs/php_codesniffer" : " ^3.7"
2929 },
You can’t perform that action at this time.
0 commit comments