Skip to content

Commit

Permalink
NO-JIRA: update GHA build to use JDK 20 rather than 19
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmellr committed Mar 29, 2023
1 parent e6fbdb1 commit e2995e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ 11, 17, 19 ]
java: [ 11, 17, 20 ]

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

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e2995e9

Please sign in to comment.