Skip to content

Commit 0f0932b

Browse files
committed
Add IntelliJ 2022.3 and 2023.1 to the build matrix
1 parent 47b91ba commit 0f0932b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
- { jdk: 11, idea: 2021.3 }
1313
- { jdk: 11, idea: 2022.1 }
1414
- { jdk: 17, idea: 2022.2 }
15+
- { jdk: 17, idea: 2022.3 }
16+
- { jdk: 17, idea: 2023.1 }
1517
- { jdk: 17, idea: LATEST-EAP-SNAPSHOT }
1618
name: 'IDEA ${{ matrix.version.idea }}'
1719
env:

0 commit comments

Comments
 (0)