diff --git a/.fvm/fvm_config.json b/.fvm/fvm_config.json index 6644814..1d78766 100644 --- a/.fvm/fvm_config.json +++ b/.fvm/fvm_config.json @@ -1,4 +1,4 @@ { - "flutterSdkVersion": "3.3.9", + "flutterSdkVersion": "3.7.0", "flavors": {} } diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 9d72c3d..dbe22ca 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -15,7 +15,7 @@ jobs: # Install Flutter - uses: subosito/flutter-action@v2 with: - flutter-version: '3.3.9' + flutter-version: '3.7.0' channel: 'stable' # Install Chrome