Skip to content

Commit

Permalink
ci: remove flutter version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
xsahil03x authored Jul 9, 2024
1 parent ab8b50c commit 5413f9d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/before_after.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- name: 🐦 Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: 3.10.0
channel: stable
cache: true

Expand All @@ -52,7 +51,6 @@ jobs:
- name: 🐦 Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: 3.10.0
channel: stable
cache: true

Expand All @@ -63,4 +61,4 @@ jobs:
workingDir: example

pana:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/pana.yml@v1
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/pana.yml@v1

0 comments on commit 5413f9d

Please sign in to comment.