Skip to content

Commit 1e4c424

Browse files
committed
Upgrade EAP dependencies
1 parent 2bbe607 commit 1e4c424

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-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-182.2757.3" PHP_PLUGIN_VERSION="182.2574.13" PSI_VIEWER_PLUGIN_VERSION=182.2757.2 DEPLOY=true
19+
- env: IDEA_VERSION="IU-182.3341.11" PHP_PLUGIN_VERSION="182.3341.34" PSI_VIEWER_PLUGIN_VERSION=182.2757.2 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
@@ -9,7 +9,7 @@ buildscript {
99
}
1010

1111
plugins {
12-
id "org.jetbrains.intellij" version "0.3.3"
12+
id "org.jetbrains.intellij" version "0.3.4"
1313
id 'com.palantir.git-version' version "0.9.1"
1414
}
1515

gradle.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
ideaVersion = IU-182.2757.3
2-
phpPluginVersion = 182.2574.13
1+
ideaVersion = IU-182.3341.11
2+
phpPluginVersion = 182.3341.34
33
psiViewerPluginVersion = 182.2757.2
4+
45
#ideaVersion = IU-2018.1.4
56
#phpPluginVersion = 181.5087.24
67
#ideaVersion = IU-2017.3.3

0 commit comments

Comments
 (0)