Skip to content

Commit

Permalink
update github workflow to java version 21
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Apr 29, 2024
1 parent 275299b commit f8e4e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
jdk: [11, 17]
jdk: [21]
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: true
max-parallel: 4
Expand Down

0 comments on commit f8e4e78

Please sign in to comment.