From f4727829ca21cc55f23a1fa525ca0fb2e1430858 Mon Sep 17 00:00:00 2001 From: Tien Do Nam Date: Sun, 14 Jul 2024 19:03:46 +0200 Subject: [PATCH] ci: bump Java to 17 --- .github/workflows/compile_apk.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/compile_apk.yml b/.github/workflows/compile_apk.yml index 703ebb16..42d188df 100644 --- a/.github/workflows/compile_apk.yml +++ b/.github/workflows/compile_apk.yml @@ -50,11 +50,11 @@ jobs: ENCODED_STRING: ${{ secrets.ANDROID_KEY_STORE }} run: mkdir secrets && echo $ENCODED_STRING | base64 -di > secrets/android-keystore.jks - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v4 with: distribution: 'temurin' - java-version: '11' + java-version: '17' - name: Install Flutter uses: subosito/flutter-action@v2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5553ab8f..71c18375 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,11 +50,11 @@ jobs: ENCODED_STRING: ${{ secrets.ANDROID_KEY_STORE }} run: mkdir secrets && echo $ENCODED_STRING | base64 -di > secrets/android-keystore.jks - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v4 with: distribution: 'temurin' - java-version: '11' + java-version: '17' - name: Install Flutter uses: subosito/flutter-action@v2