Skip to content

Commit 6f5a612

Browse files
committed
[All] Upgrade components to 2020.2
1 parent ed0455b commit 6f5a612

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ matrix:
1919
include:
2020
- env: IDEA_VERSION="IU-2019.3.4" PHP_PLUGIN_VERSION="193.6911.15" PSI_VIEWER_PLUGIN_VERSION="193-SNAPSHOT" GRAMMAR_KIT_PLUGIN_VERSION="2019.3" SINCE_BUILD="193" UNTIL_BUILD="193.*"
2121
- env: IDEA_VERSION="IU-2020.1.1" PHP_PLUGIN_VERSION="201.7223.91" PSI_VIEWER_PLUGIN_VERSION="201-SNAPSHOT" GRAMMAR_KIT_PLUGIN_VERSION="2020.1" SINCE_BUILD="201" UNTIL_BUILD="201.*"
22-
- env: IDEA_VERSION="IU-202.4357.23-EAP-SNAPSHOT" PHP_PLUGIN_VERSION="202.4357.23" PSI_VIEWER_PLUGIN_VERSION="202-SNAPSHOT" GRAMMAR_KIT_PLUGIN_VERSION="2020.2" SINCE_BUILD="202" UNTIL_BUILD="202.*"
22+
- env: IDEA_VERSION="IU-2020.2" PHP_PLUGIN_VERSION="202.6397.94" PSI_VIEWER_PLUGIN_VERSION="202-SNAPSHOT" GRAMMAR_KIT_PLUGIN_VERSION="2020.2" SINCE_BUILD="202" UNTIL_BUILD="202.*"
2323

2424
before_install:
2525
- "export ORG_GRADLE_PROJECT_ideaVersion=${IDEA_VERSION}"

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ isEAP = false
77
jFlexRelease = 1.7.0-1
88

99
grammarKitPluginVersion = 2020.2
10-
ideaVersion = IU-202.4357.23-EAP-SNAPSHOT
11-
phpPluginVersion = 202.4357.23
10+
ideaVersion = IU-2020.2
11+
phpPluginVersion = 202.6397.94
1212
psiViewerPluginVersion = 202-SNAPSHOT
1313
customSinceBuild=202
1414
customUntilBuild=202.*

0 commit comments

Comments
 (0)