Skip to content

Commit

Permalink
Add IntelliJ 2023.2 and remove 2021.2, 2021.3 (#156)
Browse files Browse the repository at this point in the history
* Add IntelliJ 2023.2 and remove 2021.2, 2021.3
* Workaround to get the mockJDK `annotations.jar`
* Increase IntelliJ version
  • Loading branch information
thunderhook authored Nov 18, 2023
1 parent e8b9e48 commit 553a9f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ jobs:
fail-fast: false
matrix:
version:
- { jdk: 11, idea: 2021.2 }
- { jdk: 11, idea: 2021.3 }
- { jdk: 11, idea: 2022.1 }
- { jdk: 17, idea: 2022.2 }
- { jdk: 17, idea: 2022.3 }
- { jdk: 17, idea: 2023.1 }
- { jdk: 17, idea: 2023.2 }
- { jdk: 17, idea: LATEST-EAP-SNAPSHOT }
name: 'IDEA ${{ matrix.version.idea }}'
env:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://www.jetbrains.com/intellij-repository/releases
# https://www.jetbrains.com/intellij-repository/snapshots

ideaVersion = 2021.2
ideaVersion = 2022.1
ideaType = IC
sources = true
isEAP = false
Expand Down

0 comments on commit 553a9f9

Please sign in to comment.