Reflected in version ranges that Handly 0.2.x will not support Xtext 2.8
diff --git a/org.eclipse.handly.xtext-feature/feature.xml b/org.eclipse.handly.xtext-feature/feature.xml
index 57f0526..f2d1175 100644
--- a/org.eclipse.handly.xtext-feature/feature.xml
+++ b/org.eclipse.handly.xtext-feature/feature.xml
@@ -22,7 +22,7 @@
 
    <requires>
       <import feature="org.eclipse.handly" version="0.2.0" match="equivalent"/>
-      <import feature="org.eclipse.xtext.ui" version="2.7.0" match="compatible"/>
+      <import feature="org.eclipse.xtext.ui" version="2.7.0" match="equivalent"/>
    </requires>
 
    <plugin
diff --git a/org.eclipse.handly.xtext.ui/META-INF/MANIFEST.MF b/org.eclipse.handly.xtext.ui/META-INF/MANIFEST.MF
index a41afdf..7520e67 100644
--- a/org.eclipse.handly.xtext.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.handly.xtext.ui/META-INF/MANIFEST.MF
@@ -11,6 +11,6 @@
 Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.8.0,4.0.0)",
  org.eclipse.handly;bundle-version="[0.2.0,0.3.0)",
  org.eclipse.handly.ui;bundle-version="[0.2.0,0.3.0)",
- org.eclipse.xtext.ui;bundle-version="[2.7.0,3.0.0)"
+ org.eclipse.xtext.ui;bundle-version="[2.7.0,2.8.0)"
 Import-Package: org.apache.log4j;version="[1.2.15,2.0.0)"
 Export-Package: org.eclipse.handly.xtext.ui.editor