Update flutter version used for CI and builds

This commit is contained in:
Roland Geider
2022-09-26 15:20:59 +02:00
parent ef9a76fefe
commit 12a8e73809
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ jobs:
uses: subosito/flutter-action@v1
with:
channel: 'stable'
flutter-version: '3.0.x'
flutter-version: '3.3.x'
- name: Decrypt config files
run: |

View File

@@ -12,7 +12,7 @@ on:
- 'pubspec.yaml'
jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
@@ -20,7 +20,7 @@ jobs:
uses: subosito/flutter-action@v1
with:
channel: 'stable'
flutter-version: '3.0.x'
flutter-version: '3.3.x'
- run: dart --version
- run: flutter --version