Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
ci: updated flutter_version min
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago committed Feb 1, 2024
1 parent 272a5db commit 489c613
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/very_good_flame_game.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ jobs:
flutter-version:
# The version of Flutter to use should use the minimum Dart SDK version supported by the package,
# refer to https://docs.flutter.dev/development/tools/sdk/releases.
- "3.13.2"
- "any"
# FIXME(alestiago): Current minimum is 3.13.2 but can't be used, see:
# https://github.com/VeryGoodOpenSource/very_good_flame_game/issues/150
- "3.16.0"
- ""

steps:
- name: 📚 Git Checkout
Expand Down

0 comments on commit 489c613

Please sign in to comment.