Skip to content

Commit ab98e06

Browse files
author
crow
committed
Update release.yaml java version
1 parent d765f7e commit ab98e06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ jobs:
5555
# - name: Set up Google Cloud SDK
5656
# uses: google-github-actions/setup-gcloud@v1
5757

58-
- name: Set up JDK 11
58+
- name: Set up JDK 21
5959
uses: actions/setup-java@v4
6060
with:
6161
distribution: 'temurin'
62-
java-version: '11'
62+
java-version: '21'
6363

6464
- name: Set up .NET
6565
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)