Skip to content

Commit cdf31c1

Browse files
authored
Merge pull request #1568 from Haehnchen/feature/phpstorm-2020-3-1
change gradle build to use PhpStorm 2020.3.1 packages
2 parents 5e2e5f7 + 3404ffb commit cdf31c1

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.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"
26+
- PHPSTORM_ENV="skip incomplete" IDEA_VERSION="IU-2020.3.1" PHP_PLUGIN_VERSION="203.6682.137" 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"

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Changelog
33

44
# Version names
55
* 0.22.x: PhpStorm 2020.3
6-
* 0.21.x: PhpStorm 2020.2
6+
* 0.21.x: PhpStorm 2020.2+ (no support)
77
* 0.20.x: PhpStorm 2020.0+ (no support)
88
* 0.19.x: PhpStorm 2019.2+ (no support)
99
* 0.18.x: PhpStorm 2019.1+ (no support)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ intellij {
4545
}
4646

4747
patchPluginXml {
48-
sinceBuild '202'
48+
sinceBuild '203'
4949
changeNotes = htmlFixer('src/main/resources/META-INF/change-notes.html')
5050
}
5151

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ideaVersion = IU-203.6682.78-EAP-SNAPSHOT
2-
phpPluginVersion = 203.6682.78
1+
ideaVersion = IU-2020.3.1
2+
phpPluginVersion = 203.6682.137
33
twigPluginVersion = 203.6682.75
44
dqlPluginVersion = 203.5981.155
55
toolboxPluginVersion = 0.4.6

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
]]></description>
9898

9999
<!-- please see http://confluence.jetbrains.net/display/IDEADEV/Build+Number+Ranges for description -->
100-
<idea-version since-build="202.0"/>
100+
<idea-version since-build="203.0"/>
101101

102102
<extensions defaultExtensionNs="com.jetbrains.php">
103103
<typeProvider4 implementation="fr.adrienbrault.idea.symfony2plugin.dic.SymfonyContainerTypeProvider"/>

0 commit comments

Comments
 (0)