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 27ed503 commit 5fbb9d6Copy full SHA for 5fbb9d6
.github/workflows/build-companion-unstable.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/setup-java@v3
16
with:
17
distribution: 'zulu'
18
- java-version: '11'
+ java-version: '17'
19
- uses: subosito/flutter-action@v2
20
21
channel: 'stable' # or: 'beta', 'dev' or 'master'
.github/workflows/build-tagged.yml
@@ -16,7 +16,7 @@ jobs:
22
0 commit comments