Skip to content

Commit

Permalink
chore: use latest stable Flutter version (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Feb 16, 2024
1 parent f7649ec commit f80031b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:

env:
SHOREBIRD_TOKEN: ${{ secrets.SHOREBIRD_TOKEN }}
FLUTTER_VERSION: 3.16.9

jobs:
semantic-pull-request:
Expand All @@ -33,7 +32,6 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: ${{ env.FLUTTER_VERSION }}
cache: true

- name: ☕ Set up Java
Expand All @@ -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
Expand Down

0 comments on commit f80031b

Please sign in to comment.