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 1616
1717 strategy :
1818 matrix :
19- php : [7.4]
19+ php : [7.4, 8.0 ]
2020 dependencies : [locked]
2121
2222 steps :
6969
7070 strategy :
7171 matrix :
72- php : [7.4]
72+ php : [7.4,8.0 ]
7373
7474 dependencies : [locked]
7575
@@ -127,7 +127,7 @@ jobs:
127127
128128 strategy :
129129 matrix :
130- php : [7.4]
130+ php : [7.4, 8.0 ]
131131
132132 dependencies :
133133 - " lowest"
@@ -178,7 +178,7 @@ jobs:
178178
179179 strategy :
180180 matrix :
181- php : [7.4]
181+ php : [7.4, 8.0 ]
182182
183183 dependencies :
184184 - " locked"
@@ -232,7 +232,7 @@ jobs:
232232
233233 strategy :
234234 matrix :
235- php : [7.4]
235+ php : [7.4, 8.0 ]
236236
237237 dependencies :
238238 - " locked"
@@ -272,4 +272,4 @@ jobs:
272272 run : " composer update --no-interaction --no-progress --no-suggest"
273273
274274 - 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 1010 }
1111 ],
1212 "require" : {
13- "php" : " ^ 7.4" ,
13+ "php" : " >= 7.4" ,
1414 "ext-json" : " *" ,
1515 "cebe/php-openapi" : " ^1.4" ,
1616 "fakerphp/faker" : " ^1.10" ,
17- "league/openapi-psr7-validator" : " ^0.12" ,
17+ "league/openapi-psr7-validator" : " ^0.12 || ^0.14 " ,
1818 "thecodingmachine/safe" : " ^1.1"
1919 },
2020 "require-dev" : {
You can’t perform that action at this time.
0 commit comments