Skip to content

Commit 3cb1f4b

Browse files
committed
feat: Added intellij 2024.1
Signed-off-by: Richard Kocian <[email protected]> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
1 parent fb70a16 commit 3cb1f4b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/com/redhat/devtools/intellij/commonuitest/utils/runner/IntelliJVersion.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,13 @@ public enum IntelliJVersion {
2626
COMMUNITY_V_2022_3("IC-2022.3"),
2727
COMMUNITY_V_2023_1("IC-2023.1"),
2828
COMMUNITY_V_2023_2("IC-2023.2"),
29+
COMMUNITY_V_2024_1("IC-2024.1"),
2930
ULTIMATE_V_2020_2("IU-2020.2"),
3031
ULTIMATE_V_2020_3("IU-2020.3"),
3132
ULTIMATE_V_2021_1("IU-2021.1"),
3233
ULTIMATE_V_2021_2("IU-2021.2"),
33-
ULTIMATE_V_2023_2("IU-2023.2");
34+
ULTIMATE_V_2023_2("IU-2023.2"),
35+
ULTIMATE_V_2024_1("IU-2024.1");
3436

3537
private final String ideaVersionStringRepresentation;
3638
private final int ideaVersionIntRepresentation;

0 commit comments

Comments
 (0)