Skip to content

Commit 41741cb

Browse files
authored
build: Add IntelliJ 2021.3 (#63)
Fixes #62 Signed-off-by: Jeff MAURY <[email protected]>
1 parent 22c4c75 commit 41741cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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]
17+
IJ: [IC-2020.1, IC-2020.2, IC-2020.3, IC-2021.1, IC-2021.2, IC-2021.3]
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.2
43+
run: ./gradlew runPluginVerifier -PideaVersion=IC-2021.3
4444
- name: Upload report
4545
uses: actions/upload-artifact@v2
4646
if: always()

0 commit comments

Comments
 (0)