We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb70a16 commit 3cb1f4bCopy full SHA for 3cb1f4b
src/main/java/com/redhat/devtools/intellij/commonuitest/utils/runner/IntelliJVersion.java
@@ -26,11 +26,13 @@ public enum IntelliJVersion {
26
COMMUNITY_V_2022_3("IC-2022.3"),
27
COMMUNITY_V_2023_1("IC-2023.1"),
28
COMMUNITY_V_2023_2("IC-2023.2"),
29
+ COMMUNITY_V_2024_1("IC-2024.1"),
30
ULTIMATE_V_2020_2("IU-2020.2"),
31
ULTIMATE_V_2020_3("IU-2020.3"),
32
ULTIMATE_V_2021_1("IU-2021.1"),
33
ULTIMATE_V_2021_2("IU-2021.2"),
- ULTIMATE_V_2023_2("IU-2023.2");
34
+ ULTIMATE_V_2023_2("IU-2023.2"),
35
+ ULTIMATE_V_2024_1("IU-2024.1");
36
37
private final String ideaVersionStringRepresentation;
38
private final int ideaVersionIntRepresentation;
0 commit comments