Skip to content

Commit ea19870

Browse files
authored
Use Java 11 for Release (#12812)
Update Release Workflow YAML file to use Java 11 for the build.
1 parent 4c1cdae commit ea19870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
java: ['8']
15+
java: ['11']
1616
env:
1717
GIT_USER_NAME: puneetbehl
1818
GIT_USER_EMAIL: [email protected]

0 commit comments

Comments
 (0)