Skip to content

Commit

Permalink
Update CI flutter_version: 3.22.3 => 3.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Pabon committed Aug 15, 2024
1 parent 375ea1e commit 081cfeb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
# Downgrade flutter from the current 3.24.0 version due to a compilation bug
# in the extended_text dependency.
# https://github.com/fluttercandies/extended_text/issues/166
# TODO: Remove the below line when the above bug is resolved.
flutter-version: 3.22.3
flutter-version: 3.24.0

- name: Run Flutter doctor
run: flutter doctor -v
Expand Down

0 comments on commit 081cfeb

Please sign in to comment.