Skip to content

Commit 7e272da

Browse files
committed
203 support
1 parent 9cf5b82 commit 7e272da

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ before_install:
2323
- "export ORG_GRADLE_PROJECT_annotationPluginVersion=${ANNOTATION_PLUGIN_VERSION}"
2424

2525
env:
26-
- PHPSTORM_ENV="skip incomplete" IDEA_VERSION="IU-203.5981.41-EAP-SNAPSHOT" PHP_PLUGIN_VERSION="203.5981.114" TWIG_PLUGIN_VERSION="203.5981.120" TOOLBOX_PLUGIN_VERSION="0.4.6" ANNOTATION_PLUGIN_VERSION="5.3" DQL_PLUGIN_VERSION="203.5981.114"
26+
- PHPSTORM_ENV="skip incomplete" IDEA_VERSION="IU-203.6682.78-EAP-SNAPSHOT" PHP_PLUGIN_VERSION="203.6682.78" TWIG_PLUGIN_VERSION="203.6682.75" TOOLBOX_PLUGIN_VERSION="0.4.6" ANNOTATION_PLUGIN_VERSION="5.3" DQL_PLUGIN_VERSION="203.5981.155"
2727

2828
script:
2929
- "./gradlew check verifyPlugin buildPlugin"

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ideaVersion = IU-203.5981.41-EAP-SNAPSHOT
2-
phpPluginVersion = 203.5981.114
3-
twigPluginVersion = 203.5981.120
4-
dqlPluginVersion = 203.5981.114
1+
ideaVersion = IU-203.6682.78-EAP-SNAPSHOT
2+
phpPluginVersion = 203.6682.78
3+
twigPluginVersion = 203.6682.75
4+
dqlPluginVersion = 203.5981.155
55
toolboxPluginVersion = 0.4.6
66
annotationPluginVersion = 5.3

0 commit comments

Comments
 (0)