Skip to content

Commit fcff1c5

Browse files
Closes #5324
1 parent 07c279b commit fcff1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TextUI/Configuration/Xml/SchemaDetector/SchemaDetector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function detect(string $filename): SchemaDetectionResult
2424
{
2525
$document = (new Loader)->loadFile($filename);
2626

27-
foreach (['9.5', '9.2', '8.5'] as $candidate) {
27+
foreach (['10.0', '9.5', '9.2', '8.5'] as $candidate) {
2828
$schema = (new SchemaFinder)->find($candidate);
2929

3030
if (!(new Validator)->validate($document, $schema)->hasValidationErrors()) {

0 commit comments

Comments
 (0)