Skip to content

Commit 553a9f9

Browse files
authored
Add IntelliJ 2023.2 and remove 2021.2, 2021.3 (#156)
* Add IntelliJ 2023.2 and remove 2021.2, 2021.3 * Workaround to get the mockJDK `annotations.jar` * Increase IntelliJ version
1 parent e8b9e48 commit 553a9f9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ jobs:
88
fail-fast: false
99
matrix:
1010
version:
11-
- { jdk: 11, idea: 2021.2 }
12-
- { jdk: 11, idea: 2021.3 }
1311
- { jdk: 11, idea: 2022.1 }
1412
- { jdk: 17, idea: 2022.2 }
1513
- { jdk: 17, idea: 2022.3 }
1614
- { jdk: 17, idea: 2023.1 }
15+
- { jdk: 17, idea: 2023.2 }
1716
- { jdk: 17, idea: LATEST-EAP-SNAPSHOT }
1817
name: 'IDEA ${{ matrix.version.idea }}'
1918
env:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://www.jetbrains.com/intellij-repository/releases
33
# https://www.jetbrains.com/intellij-repository/snapshots
44

5-
ideaVersion = 2021.2
5+
ideaVersion = 2022.1
66
ideaType = IC
77
sources = true
88
isEAP = false

0 commit comments

Comments
 (0)