From 939054e4a0dce0408055896221ab1761d2e1e2eb Mon Sep 17 00:00:00 2001 From: Adrien Grand Date: Wed, 1 Dec 2021 11:23:50 +0100 Subject: [PATCH] Add 8.11 indices to the list of backward indices. --- .../lucene/backward_index/TestBackwardsCompatibility.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/TestBackwardsCompatibility.java b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/TestBackwardsCompatibility.java index ae86a454904..e898ba3bc36 100644 --- a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/TestBackwardsCompatibility.java +++ b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/TestBackwardsCompatibility.java @@ -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;