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.
1 parent e92f64c commit 971d220Copy full SHA for 971d220
.github/workflows/build-companion-unstable.yml
@@ -14,8 +14,8 @@ jobs:
14
- uses: actions/checkout@v3
15
- uses: actions/setup-java@v3
16
with:
17
- distribution: 'zulu'
18
- java-version: '17'
+ distribution: 'temurin'
+ java-version: '21'
19
- uses: subosito/flutter-action@v2
20
21
channel: 'stable' # or: 'beta', 'dev' or 'master'
.github/workflows/build-tagged.yml
@@ -15,8 +15,8 @@ jobs:
22
0 commit comments