Add 8.11 indices to the list of backward indices.

This commit is contained in:
Adrien Grand 2021-12-01 11:23:50 +01:00
parent a37b74a630
commit 939054e4a0
1 changed files with 3 additions and 1 deletions

View File

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