mirror of
https://github.com/apache/lucene.git
synced 2025-02-24 11:16:35 +00:00
Add 8.11 indices to the list of backward indices.
This commit is contained in:
parent
a37b74a630
commit
939054e4a0
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user