Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/setup-java@v5
with:
distribution: zulu
java-version: 21
java-version: 25

# Setup Gradle
- name: Setup Gradle
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
uses: actions/setup-java@v5
with:
distribution: zulu
java-version: 21
java-version: 25

# Setup Gradle
- name: Setup Gradle
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
uses: actions/setup-java@v5
with:
distribution: zulu
java-version: 21
java-version: 25

# Remove old release drafts by using the curl request for the available releases with a draft flag
- name: Remove Old Release Drafts
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## [Unreleased]

- Supports all future versions of JetBrains IDEs.

## [0.7.0] - 2026-05-05

- Support IntelliJ IDEA 2026.1
Expand Down
Loading