Add Java 18 to CI workflows

This commit is contained in:
AsamK 2022-04-12 15:40:28 +02:00
parent a48601b028
commit 59b2d2f5a1
3 changed files with 3 additions and 3 deletions

View file

@ -135,7 +135,7 @@ jobs:
shell: bash # Explicit for windows
env:
JAVA_VERSION: 17
JAVA_VERSION: 18
steps: