Skip to content

Commit ab60bd0

Browse files
authored
build: Add IntelliJ 2022.1 (#70)
Fixes #67 Signed-off-by: Jeff MAURY <[email protected]>
1 parent 41741cb commit ab60bd0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/IJ.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
IJ: [IC-2020.1, IC-2020.2, IC-2020.3, IC-2021.1, IC-2021.2, IC-2021.3]
17+
IJ: [IC-2020.1, IC-2020.2, IC-2020.3, IC-2021.1, IC-2021.2, IC-2021.3, IC-2022.1]
1818

1919
steps:
2020
- uses: actions/checkout@v2
@@ -40,7 +40,7 @@ jobs:
4040
- name: Grant execute permission for gradlew
4141
run: chmod +x gradlew
4242
- name: Build with Gradle
43-
run: ./gradlew runPluginVerifier -PideaVersion=IC-2021.3
43+
run: ./gradlew runPluginVerifier -PideaVersion=IC-2022.1
4444
- name: Upload report
4545
uses: actions/upload-artifact@v2
4646
if: always()

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
plugins {
3-
id "org.jetbrains.intellij" version "1.1.4"
3+
id "org.jetbrains.intellij" version "1.5.2"
44
}
55

66
repositories {

0 commit comments

Comments
 (0)