File tree 3 files changed +17
-11
lines changed 3 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 5
5
"docsSlug" : " doctrine-coding-standard" ,
6
6
"versions" : [
7
7
{
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" ,
11
11
"upcoming" : true
12
12
},
13
13
{
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" ,
17
17
"current" : true ,
18
18
"aliases" : [
19
19
" current" ,
20
20
" stable"
21
21
]
22
22
},
23
+ {
24
+ "name" : " 10.0" ,
25
+ "branchName" : " 10.0.x" ,
26
+ "slug" : " 10.0" ,
27
+ "maintained" : false
28
+ },
23
29
{
24
30
"name" : " 9.0" ,
25
31
"branchName" : " 9.0.x" ,
Original file line number Diff line number Diff line change 14
14
coding-standards :
15
15
name : " Coding Standards"
16
16
17
- runs-on : " ubuntu-18 .04"
17
+ runs-on : " ubuntu-22 .04"
18
18
19
19
strategy :
20
20
matrix :
47
47
validate-against-schema :
48
48
name : " Validate against schema"
49
49
50
- runs-on : " ubuntu-18 .04"
50
+ runs-on : " ubuntu-22 .04"
51
51
52
52
strategy :
53
53
matrix :
85
85
test-report :
86
86
name : " Test report"
87
87
88
- runs-on : " ubuntu-18 .04"
88
+ runs-on : " ubuntu-22 .04"
89
89
90
90
strategy :
91
91
fail-fast : false
@@ -123,7 +123,7 @@ jobs:
123
123
test-fixes :
124
124
name : " Test fixes"
125
125
126
- runs-on : " ubuntu-18 .04"
126
+ runs-on : " ubuntu-22 .04"
127
127
128
128
strategy :
129
129
fail-fast : false
Original file line number Diff line number Diff line change 23
23
],
24
24
"require" : {
25
25
"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 " ,
27
27
"slevomat/coding-standard" : " ^8.6.2" ,
28
28
"squizlabs/php_codesniffer" : " ^3.7"
29
29
},
You can’t perform that action at this time.
0 commit comments