Skip to content

Commit

Permalink
ci: use java 17 instead of 21 not yet supported by some projects
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Jun 23, 2024
1 parent 81f25b1 commit 100b874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
ANDROID_SDK_VERSION: 34
FLUTTER_VERSION: 3.19.3
JDK_VERSION: 21.0.3
JDK_VERSION: 17.0.11
timeout-minutes: 60
steps:
- name: Checkout Repo
Expand Down

0 comments on commit 100b874

Please sign in to comment.