We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb04f3 commit b393e6dCopy full SHA for b393e6d
2 files changed
.github/workflows/main.yml
@@ -13,6 +13,7 @@ jobs:
13
- { jdk: 17, idea: 2022.3 }
14
- { jdk: 17, idea: 2023.1 }
15
- { jdk: 17, idea: 2023.2 }
16
+ - { jdk: 17, idea: 2023.3 }
17
- { jdk: 17, idea: LATEST-EAP-SNAPSHOT }
18
name: 'IDEA ${{ matrix.version.idea }}'
19
env:
src/main/resources/META-INF/plugin.xml
@@ -24,7 +24,7 @@
24
<vendor url="https://www.mapstruct.org">MapStruct</vendor>
25
26
<!-- please see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
27
- <idea-version since-build="213"/>
+ <idea-version since-build="221"/>
28
29
<!-- please see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
30
on how to target different products -->
0 commit comments