File tree Expand file tree Collapse file tree 3 files changed +15
-7
lines changed
Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -19,6 +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.*"
2223
2324before_install :
2425- " export ORG_GRADLE_PROJECT_ideaVersion=${IDEA_VERSION}"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ buildscript {
1212}
1313
1414plugins {
15- id " org.jetbrains.intellij" version " 0.4.18 "
15+ id " org.jetbrains.intellij" version " 0.4.21 "
1616 id " org.jetbrains.grammarkit" version " ${ grammarKitPluginVersion} "
1717 id ' com.palantir.git-version' version " 0.11.0"
1818}
Original file line number Diff line number Diff line change @@ -6,12 +6,19 @@ isEAP = false
66
77jFlexRelease = 1.7.0-1
88
9- grammarKitPluginVersion = 2020.1
10- ideaVersion = IU-2020.1.1
11- phpPluginVersion = 201.7223.91
12- psiViewerPluginVersion = 201-SNAPSHOT
13- customSinceBuild =201
14- customUntilBuild =201.*
9+ grammarKitPluginVersion = 2020.2
10+ ideaVersion = IU-202.4357.23-EAP-SNAPSHOT
11+ phpPluginVersion = 202.4357.23
12+ psiViewerPluginVersion = 202-SNAPSHOT
13+ customSinceBuild =202
14+ customUntilBuild =202.*
15+
16+ # grammarKitPluginVersion = 2020.1
17+ # ideaVersion = IU-2020.1.1
18+ # phpPluginVersion = 201.7223.91
19+ # psiViewerPluginVersion = 201-SNAPSHOT
20+ # customSinceBuild=201
21+ # customUntilBuild=201.*
1522
1623# grammarKitPluginVersion = 2019.3
1724# ideaVersion = IU-2019.3.4
You can’t perform that action at this time.
0 commit comments