Skip to content

Commit

Permalink
Bump java version (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
JAicewizard authored Jan 25, 2024
1 parent b7484e8 commit b35cd66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@ jobs:
echo "keyPassword=$RELEASE_CONFIG_KEY_PASS" >> $GITHUB_WORKSPACE/android/key.properties
echo "keyAlias=$RELEASE_CONFIG_KEY_ALIAS" >> $GITHUB_WORKSPACE/android/key.properties
- name: Setup JDK 11
- name: Setup JDK 17
uses: actions/setup-java@v3
with:
java-version: 11
java-version: 17
distribution: zulu

- name: Setup Flutter
Expand Down

0 comments on commit b35cd66

Please sign in to comment.