Skip to content

Commit b393e6d

Browse files
authored
Add 2023.3 to build matrix and use 2022.1 (min QA version in plugin.xml) (#169)
1 parent 9cb04f3 commit b393e6d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- { jdk: 17, idea: 2022.3 }
1414
- { jdk: 17, idea: 2023.1 }
1515
- { jdk: 17, idea: 2023.2 }
16+
- { jdk: 17, idea: 2023.3 }
1617
- { jdk: 17, idea: LATEST-EAP-SNAPSHOT }
1718
name: 'IDEA ${{ matrix.version.idea }}'
1819
env:

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<vendor url="https://www.mapstruct.org">MapStruct</vendor>
2525

2626
<!-- please see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
27-
<idea-version since-build="213"/>
27+
<idea-version since-build="221"/>
2828

2929
<!-- please see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
3030
on how to target different products -->

0 commit comments

Comments
 (0)