Updates ilford boot compatibility
This commit is contained in:
@@ -37,7 +37,7 @@ public class CompatibilityVerifierProperties {
|
||||
* the patch version if you don't want to specify a concrete value. Example:
|
||||
* {@code 3.4.x}
|
||||
*/
|
||||
private List<String> compatibleBootVersions = Arrays.asList("2.2.x", "2.3.x");
|
||||
private List<String> compatibleBootVersions = Arrays.asList("2.3.x", "2.4.x");
|
||||
|
||||
public boolean isEnabled() {
|
||||
return this.enabled;
|
||||
|
||||
Reference in New Issue
Block a user