Skip to content

Commit fe5fb4d

Browse files
committed
set minimum version to 2020.1
1 parent 7cf5f35 commit fe5fb4d

File tree

4 files changed

+3
-25
lines changed

4 files changed

+3
-25
lines changed

.github/workflows/PullRequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
include:
19-
- ideaVersion: IC-193.5233.102
19+
- ideaVersion: IC-2020.1.1
2020
gkVersion: 2019.3
2121
- ideaVersion: PY-LATEST-EAP-SNAPSHOT
2222
gkVersion: 2019.3

.travis.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ idea {
7878
apply plugin: 'org.jetbrains.intellij'
7979
intellij {
8080
// IDE version - https://www.jetbrains.com/intellij-repository/releases
81-
version = System.getenv().getOrDefault('IDEA_VERSION', 'IC-193.5233.102')
81+
version = System.getenv().getOrDefault('IDEA_VERSION', 'IC-2020.1.1')
8282
pluginName = 'CSV Plugin'
8383
instrumentCode = true
8484
updateSinceUntilBuild = false

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ FIX: Past few versions of this plugin don't show colors #298
5757
</change-notes>
5858

5959
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
60-
<idea-version since-build="193.5233.102" />
60+
<idea-version since-build="2020.1" />
6161

6262
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
6363
on how to target different products -->

0 commit comments

Comments
 (0)