File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 16
16
17
17
strategy :
18
18
matrix :
19
- php : [7.4]
19
+ php : [7.4, 8.0 ]
20
20
dependencies : [locked]
21
21
22
22
steps :
69
69
70
70
strategy :
71
71
matrix :
72
- php : [7.4]
72
+ php : [7.4,8.0 ]
73
73
74
74
dependencies : [locked]
75
75
@@ -127,7 +127,7 @@ jobs:
127
127
128
128
strategy :
129
129
matrix :
130
- php : [7.4]
130
+ php : [7.4, 8.0 ]
131
131
132
132
dependencies :
133
133
- " lowest"
@@ -178,7 +178,7 @@ jobs:
178
178
179
179
strategy :
180
180
matrix :
181
- php : [7.4]
181
+ php : [7.4, 8.0 ]
182
182
183
183
dependencies :
184
184
- " locked"
@@ -232,7 +232,7 @@ jobs:
232
232
233
233
strategy :
234
234
matrix :
235
- php : [7.4]
235
+ php : [7.4, 8.0 ]
236
236
237
237
dependencies :
238
238
- " locked"
@@ -272,4 +272,4 @@ jobs:
272
272
run : " composer update --no-interaction --no-progress --no-suggest"
273
273
274
274
- name : " Run mutation tests with pcov and infection/infection"
275
- run : " vendor/bin/infection --ignore-msi-with-no-mutations --min-covered-msi=${{ env.MIN_COVERED_MSI }} --min-msi=${{ env.MIN_MSI }}"
275
+ run : " vendor/bin/infection --ignore-msi-with-no-mutations --min-covered-msi=${{ env.MIN_COVERED_MSI }} --min-msi=${{ env.MIN_MSI }}"
Original file line number Diff line number Diff line change 10
10
}
11
11
],
12
12
"require" : {
13
- "php" : " ^ 7.4" ,
13
+ "php" : " >= 7.4" ,
14
14
"ext-json" : " *" ,
15
15
"cebe/php-openapi" : " ^1.4" ,
16
16
"fakerphp/faker" : " ^1.10" ,
17
- "league/openapi-psr7-validator" : " ^0.12" ,
17
+ "league/openapi-psr7-validator" : " ^0.12 || ^0.14 " ,
18
18
"thecodingmachine/safe" : " ^1.1"
19
19
},
20
20
"require-dev" : {
You can’t perform that action at this time.
0 commit comments