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;