diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e4d7ef9..5b61408a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: subosito/flutter-action@v2 with: channel: "stable" - flutter-version: 3.19.0 + flutter-version: 3.22.3 # Get flutter dependencies. - run: flutter pub get