diff --git a/.github/workflows/compatibility.yml b/.github/workflows/compatibility.yml index 4ef5b48..3ea3ffe 100644 --- a/.github/workflows/compatibility.yml +++ b/.github/workflows/compatibility.yml @@ -5,7 +5,7 @@ on: jobs: compatibility: - name: Ensure plugin compatibility against 2023.3 for IDEA Community, IDEA Ultimate, GoLand, Rider, and the latest EAP snapshot of IDEA Community. + name: Ensure plugin compatibility against 2024.1 for IDEA Community, IDEA Ultimate, GoLand, Rider, and the latest EAP snapshot of IDEA Community. runs-on: ubuntu-latest steps: - name: Check out repository @@ -26,10 +26,10 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: ide-versions: | - ideaIC:2023.3 - ideaIU:2023.3 - goland:2023.3 - riderRD:2023.3 + ideaIC:2024.1 + ideaIU:2024.1 + goland:2024.1 + riderRD:2024.1 ideaIC:LATEST-EAP-SNAPSHOT - name: Get log file path and print contents diff --git a/build.gradle.kts b/build.gradle.kts index e46204d..dcc552f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -74,7 +74,7 @@ tasks { patchPluginXml { sinceBuild.set("222") - untilBuild.set("233.*") + untilBuild.set("241.*") } signPlugin {