Skip to content
This repository was archived by the owner on Mar 12, 2022. It is now read-only.

Commit 3f04aa9

Browse files
authored
Merge pull request #190 from cedricziel/2018-2
Test with 2018.2
2 parents 0d3826a + eeea6ca commit 3f04aa9

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ before_install:
2020
- "export ORG_GRADLE_PROJECT_bladePluginVersion=${BLADE_PLUGIN_VERSION}"
2121

2222
env:
23+
- IDEA_VERSION="IU-182.3208.16" PHP_PLUGIN_VERSION="182.3208.33" BLADE_PLUGIN_VERSION="182.2949.27"
2324
- IDEA_VERSION="IU-2018.1" PHP_PLUGIN_VERSION="181.4203.565" BLADE_PLUGIN_VERSION="181.4203.565"
2425
- IDEA_VERSION="IU-2017.3.5" PHP_PLUGIN_VERSION="173.4301.34" BLADE_PLUGIN_VERSION="173.4127.29"
2526

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ intellij {
2929

3030
patchPluginXml {
3131
sinceBuild '173'
32-
untilBuild '181.*'
3332
}
3433
}
3534

gradle.properties

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
ideaVersion = IU-2018.1
2-
phpPluginVersion = 181.4203.565
3-
bladePluginVersion = 181.4203.565
1+
ideaVersion = IU-182.3208.16
2+
phpPluginVersion = 182.3208.33
3+
bladePluginVersion = 182.2949.27
4+
5+
#ideaVersion = IU-2018.1
6+
#phpPluginVersion = 181.4203.565
7+
#bladePluginVersion = 181.4203.565
8+
49
#ideaVersion = IU-2017.3.5
510
#phpPluginVersion = 173.4301.34
611
#bladePluginVersion = 173.4127.29

0 commit comments

Comments
 (0)