Skip to content

Commit ecad280

Browse files
author
Shyim
committed
Add new phpstorm release to travis
1 parent 31aa66c commit ecad280

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ env:
2525
- PHPSTORM_ENV="skip incomplete" IDEA_VERSION="IU-183.2153.8" PHP_PLUGIN_VERSION="183.2153.44" TWIG_PLUGIN_VERSION="183.2153.44" TOOLBOX_PLUGIN_VERSION="0.4.6" ANNOTATION_PLUGIN_VERSION="5.3"
2626
- PHPSTORM_ENV="skip incomplete" IDEA_VERSION="IU-2018.2.5" PHP_PLUGIN_VERSION="182.4892.16" TWIG_PLUGIN_VERSION="182.3458.35" TOOLBOX_PLUGIN_VERSION="0.4.6" ANNOTATION_PLUGIN_VERSION="5.3"
2727
- PHPSTORM_ENV="skip incomplete" IDEA_VERSION="IU-2018.2" PHP_PLUGIN_VERSION="182.3684.42" TWIG_PLUGIN_VERSION="182.3458.35" TOOLBOX_PLUGIN_VERSION="0.4.6" ANNOTATION_PLUGIN_VERSION="5.3"
28+
- PHPSTORM_ENV="skip incomplete" IDEA_VERSION="IU-2018.3" PHP_PLUGIN_VERSION="183.4284.150" TWIG_PLUGIN_VERSION="183.3795.24" TOOLBOX_PLUGIN_VERSION="0.4.6" ANNOTATION_PLUGIN_VERSION="5.3"
2829

2930
script:
3031
- "./gradlew check verifyPlugin buildPlugin"

gradle.properties

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,18 @@
44
#toolboxPluginVersion = 0.4.6
55
#annotationPluginVersion = 5.3
66

7-
ideaVersion = IU-2018.2
8-
phpPluginVersion = 182.3684.42
9-
twigPluginVersion = 182.3458.35
7+
ideaVersion = IU-2018.3
8+
phpPluginVersion = 183.4284.150
9+
twigPluginVersion = 183.3795.24
1010
toolboxPluginVersion = 0.4.6
1111
annotationPluginVersion = 5.3
1212

13+
#ideaVersion = IU-2018.2
14+
#phpPluginVersion = 182.3684.42
15+
#twigPluginVersion = 182.3458.35
16+
#toolboxPluginVersion = 0.4.6
17+
#annotationPluginVersion = 5.3
18+
1319
#ideaVersion = IU-2018.1
1420
#phpPluginVersion = 181.4203.565
1521
#twigPluginVersion = 181.3741.23

0 commit comments

Comments
 (0)