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 ef9a76f commit 12a8e73Copy full SHA for 12a8e73
.github/workflows/android-release.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: subosito/flutter-action@v1
26
with:
27
channel: 'stable'
28
- flutter-version: '3.0.x'
+ flutter-version: '3.3.x'
29
30
- name: Decrypt config files
31
run: |
.github/workflows/ci.yml
@@ -12,15 +12,15 @@ on:
12
- 'pubspec.yaml'
13
jobs:
14
test:
15
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v1
18
19
- name: Install Flutter
20
21
22
23
24
- run: dart --version
- run: flutter --version
0 commit comments