Skip to content

Commit

Permalink
Use Java 11 for Release (#12812)
Browse files Browse the repository at this point in the history
Update Release Workflow YAML file to use Java 11 for the build.
  • Loading branch information
puneetbehl committed Dec 8, 2022
1 parent 4c1cdae commit ea19870
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 @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: ['8']
java: ['11']
env:
GIT_USER_NAME: puneetbehl
GIT_USER_EMAIL: behlp@objectcomputing.com
Expand Down

0 comments on commit ea19870

Please sign in to comment.