Add back-compat indices for 8.11.2

This commit is contained in:
Mike Drob 2022-06-21 23:21:44 -07:00
parent 05b1465d36
commit 3ca108fb73
No known key found for this signature in database
GPG Key ID: 3E48C0C6EF362B9E
4 changed files with 3 additions and 1 deletions

View File

@ -617,7 +617,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
"8.11.0-cfs",
"8.11.0-nocfs",
"8.11.1-cfs",
"8.11.1-nocfs"
"8.11.1-nocfs",
"8.11.2-cfs",
"8.11.2-nocfs"
};
static final int MIN_BINARY_SUPPORTED_MAJOR = Version.MIN_SUPPORTED_MAJOR - 1;