We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce8ef24 + e1f98fd commit 193c051Copy full SHA for 193c051
.github/workflows/main.yml
@@ -12,10 +12,11 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v2
15
- - name: Setup Java JDK
16
- uses: actions/setup-java@v5.0.0
+ - name: Setup JDK
+ uses: actions/setup-java@v5
17
with:
18
- java-version: "17.x"
+ distribution: 'zulu' # See 'Supported distributions' for available options
19
+ java-version: '21'
20
- name: Flutter action
21
uses: subosito/[email protected]
22
0 commit comments