Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
chore: build for intellij 241.*
Browse files Browse the repository at this point in the history
  • Loading branch information
le-yams committed Apr 15, 2024
1 parent 6314e2c commit dfcbbb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ tasks {

patchPluginXml {
sinceBuild.set("222")
untilBuild.set("233.*")
untilBuild.set("241.*")
}

signPlugin {
Expand Down

0 comments on commit dfcbbb3

Please sign in to comment.