Skip to content

Commit 4a3ff6a

Browse files
committed
add PhpStorm 2020.1 build gradle support
1 parent 5bddea9 commit 4a3ff6a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ before_install:
2424

2525
env:
2626
- PHPSTORM_ENV="skip incomplete" IDEA_VERSION="IU-2019.2" PHP_PLUGIN_VERSION="192.5728.108" TWIG_PLUGIN_VERSION="192.5728.26" TOOLBOX_PLUGIN_VERSION="0.4.6" ANNOTATION_PLUGIN_VERSION="5.3" DQL_PLUGIN_VERSION="192.5728.12"
27+
- PHPSTORM_ENV="skip incomplete" IDEA_VERSION="IU-2020.1" PHP_PLUGIN_VERSION="201.6668.153" TWIG_PLUGIN_VERSION="201.6668.153" TOOLBOX_PLUGIN_VERSION="0.4.6" ANNOTATION_PLUGIN_VERSION="5.3" DQL_PLUGIN_VERSION="201.6668.60"
2728

2829
script:
2930
- "./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-2019.2
2-
phpPluginVersion = 192.5728.108
3-
twigPluginVersion = 192.5728.26
4-
dqlPluginVersion = 192.5728.12
1+
ideaVersion = IU-2020.1
2+
phpPluginVersion = 201.6668.153
3+
twigPluginVersion = 201.6668.153
4+
dqlPluginVersion = 201.6668.60
55
toolboxPluginVersion = 0.4.6
66
annotationPluginVersion = 5.3

0 commit comments

Comments
 (0)