Skip to content

Commit 5d4717a

Browse files
authored
Merge pull request #166 from cedricziel/intellij-update
Allow 2018.2 platform
2 parents 3491793 + 6f1b335 commit 5d4717a

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cache:
1616

1717
matrix:
1818
include:
19-
- env: IDEA_VERSION="IU-2018.1.4" PHP_PLUGIN_VERSION="181.5087.24" DEPLOY=true
19+
- env: IDEA_VERSION="IU-182.2757.3" PHP_PLUGIN_VERSION="182.2574.13" DEPLOY=true
2020
# - env: IDEA_VERSION="IU-173.4127.17" PHP_PLUGIN_VERSION="173.4127.13"
2121
# allow_failures:
2222
# - env: IDEA_VERSION="IU-173.4127.17" PHP_PLUGIN_VERSION="173.4127.13"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ intellij {
3131

3232
patchPluginXml {
3333
sinceBuild '173'
34-
untilBuild '181.*'
34+
untilBuild '182.*'
3535
}
3636
}
3737

gradle.properties

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
ideaVersion = IU-2018.1.4
2-
phpPluginVersion = 181.5087.24
1+
ideaVersion = IU-182.2757.3
2+
phpPluginVersion = 182.2574.13
3+
#ideaVersion = IU-2018.1.4
4+
#phpPluginVersion = 181.5087.24
35
#ideaVersion = IU-2017.3.3
46
#phpPluginVersion = 173.4301.34

0 commit comments

Comments
 (0)