From f80031b4d68727536a735f7cebd4eb4e5d3d4794 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Fri, 16 Feb 2024 15:59:56 -0600 Subject: [PATCH] chore: use latest stable Flutter version (#8) --- .github/workflows/main.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 7fddf1c..f916e62 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -12,7 +12,6 @@ on: env: SHOREBIRD_TOKEN: ${{ secrets.SHOREBIRD_TOKEN }} - FLUTTER_VERSION: 3.16.9 jobs: semantic-pull-request: @@ -33,7 +32,6 @@ jobs: uses: subosito/flutter-action@v2 with: channel: stable - flutter-version: ${{ env.FLUTTER_VERSION }} cache: true - name: ☕ Set up Java @@ -42,10 +40,8 @@ jobs: distribution: "temurin" java-version: "17" - - name: 🐦 Shorebird Setup + - name: 🐦 Setup Shorebird uses: shorebirdtech/setup-shorebird@v0 - with: - flutter-version: ${{ env.FLUTTER_VERSION }} - name: ✨ Create New Flutter Project run: flutter create e2e_test --empty