Run actions with JDK 17, test with 17 instead of 16
This commit is contained in:
parent
898ce5651c
commit
c9725ed763
2 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ indra {
|
|||
javaVersions {
|
||||
minimumToolchain(16)
|
||||
target(8)
|
||||
testWith(8, 11, 16)
|
||||
testWith(8, 11, 17)
|
||||
}
|
||||
|
||||
checkstyle("9.0")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue