NO-JIRA: update GHA build to use JDK 20 rather than 19

This commit is contained in:
Robbie Gemmell 2023-03-29 12:55:03 +01:00
parent e6fbdb1d55
commit e2995e95d9
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ 11, 17, 19 ]
java: [ 11, 17, 20 ]
steps:
- uses: actions/checkout@v3
@ -48,7 +48,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ 11, 17, 19 ]
java: [ 11, 17, 20 ]
steps:
- uses: actions/checkout@v3