Skip to content

Commit a1d9239

Browse files
committed
Test new versions of prettier-java
1 parent 0b9f4cc commit a1d9239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prettier-maven-plugin-integration-tests/src/test/java/com/hubspot/maven/plugins/prettier/AbstractPrettierMojoTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public abstract class AbstractPrettierMojoTest {
3030
protected static final String EMPTY = "empty/*.java";
3131
protected static final String BUILD_SUCCESS = "BUILD SUCCESS";
3232
protected static final String BUILD_FAILURE = "BUILD FAILURE";
33-
private static final Set<String> PRETTIER_JAVA_VERSIONS_TO_TEST = Set.of("1.6.2", "2.0.0", "2.2.0");
33+
private static final Set<String> PRETTIER_JAVA_VERSIONS_TO_TEST = Set.of("2.1.0", "2.2.0", "2.3.1", "2.4.0", "2.5.0");
3434

3535
protected static Set<String> getPrettierJavaVersionsToTest() {
3636
return PRETTIER_JAVA_VERSIONS_TO_TEST;

0 commit comments

Comments
 (0)