Skip to content

Commit 209144f

Browse files
committed
chore: upgrade jdk11 to jdk17
1 parent e983ba9 commit 209144f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- uses: actions/setup-java@v2
9090
with:
9191
distribution: "zulu"
92-
java-version: "11"
92+
java-version: "17"
9393
- uses: subosito/flutter-action@v2
9494
with:
9595
flutter-version: ${{ env.FLUTTER_VERSION }}

0 commit comments

Comments
 (0)