Skip to content

Commit 12a8e73

Browse files
committed
Update flutter version used for CI and builds
1 parent ef9a76f commit 12a8e73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/android-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: subosito/flutter-action@v1
2626
with:
2727
channel: 'stable'
28-
flutter-version: '3.0.x'
28+
flutter-version: '3.3.x'
2929

3030
- name: Decrypt config files
3131
run: |

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ on:
1212
- 'pubspec.yaml'
1313
jobs:
1414
test:
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v1
1818

1919
- name: Install Flutter
2020
uses: subosito/flutter-action@v1
2121
with:
2222
channel: 'stable'
23-
flutter-version: '3.0.x'
23+
flutter-version: '3.3.x'
2424

2525
- run: dart --version
2626
- run: flutter --version

0 commit comments

Comments
 (0)