Skip to content

Commit 3d146b1

Browse files
committed
Unpin precise Flutter version in CI
1 parent d721740 commit 3d146b1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: subosito/flutter-action@v2
1717
with:
18-
# Revert to stable due to Android issue in Flutter 3.25+
19-
# https://github.com/amake/orgro/commit/2319ea7f598e89f29155497ca5e88b2532852a46
2018
channel: stable
21-
flutter-version: 3.24.x
2219
- name: Install dependencies
2320
run: flutter pub get
2421
- name: Run tests

0 commit comments

Comments
 (0)