Skip to content

Commit

Permalink
Update release.yml (#614)
Browse files Browse the repository at this point in the history
Change the base Java version to 17
  • Loading branch information
puneetbehl authored Feb 2, 2024
1 parent 13a29ed commit a760a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: ['11']
java: ['17']
env:
GIT_USER_NAME: puneetbehl
GIT_USER_EMAIL: behlp@objectcomputing.com
Expand Down

0 comments on commit a760a90

Please sign in to comment.