Skip to content

Commit

Permalink
updated build and publish workflows to java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Sep 10, 2024
1 parent 5129033 commit a806dd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
# Use these Java versions
java: [
21, # Current Java LTS
21 # Current Java LTS
]
runs-on: ubuntu-22.04
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
# Use these Java versions
java: [17]
java: [21]
# and run on both Linux and Windows
os: [ubuntu-20.04]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit a806dd2

Please sign in to comment.