Skip to content

Commit

Permalink
Build and test against JDK 21 instead of JDK 20 (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 authored Oct 16, 2023
1 parent a424a3e commit 82c0dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-22.04 ]
jdk: [ 11.0.20, 17.0.8, 20.0.2 ]
jdk: [ 11.0.20, 17.0.8, 21.0.0 ]
distribution: [ temurin ]
experimental: [ false ]
include:
Expand Down

0 comments on commit 82c0dd9

Please sign in to comment.