File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ before_install:
23
23
- " export ORG_GRADLE_PROJECT_annotationPluginVersion=${ANNOTATION_PLUGIN_VERSION}"
24
24
25
25
env :
26
- - 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
26
- 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"
28
27
29
28
script :
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ intellij {
45
45
}
46
46
47
47
patchPluginXml {
48
- sinceBuild ' 192 '
48
+ sinceBuild ' 201 '
49
49
changeNotes = htmlFixer(' src/main/resources/META-INF/change-notes.html' )
50
50
}
51
51
Original file line number Diff line number Diff line change 97
97
]]> </description >
98
98
99
99
<!-- please see http://confluence.jetbrains.net/display/IDEADEV/Build+Number+Ranges for description -->
100
- <idea-version since-build =" 182 .0" />
100
+ <idea-version since-build =" 201 .0" />
101
101
102
102
<extensions defaultExtensionNs =" com.jetbrains.php" >
103
103
<typeProvider3 implementation =" fr.adrienbrault.idea.symfony2plugin.dic.SymfonyContainerTypeProvider" />
You can’t perform that action at this time.
0 commit comments