diff --git a/.github/workflows/IJ.yml b/.github/workflows/IJ.yml index 4a2369c..86a9d65 100644 --- a/.github/workflows/IJ.yml +++ b/.github/workflows/IJ.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - IJ: [IC-2020.1, IC-2020.2, IC-2020.3, IC-2021.1, IC-2021.2, IC-2021.3] + IJ: [IC-2020.1, IC-2020.2, IC-2020.3, IC-2021.1, IC-2021.2, IC-2021.3, IC-2022.1] steps: - uses: actions/checkout@v2 @@ -40,7 +40,7 @@ jobs: - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Build with Gradle - run: ./gradlew runPluginVerifier -PideaVersion=IC-2021.3 + run: ./gradlew runPluginVerifier -PideaVersion=IC-2022.1 - name: Upload report uses: actions/upload-artifact@v2 if: always() diff --git a/build.gradle b/build.gradle index 19d4ab1..80f006d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { - id "org.jetbrains.intellij" version "1.1.4" + id "org.jetbrains.intellij" version "1.5.2" } repositories {