From 489c61322b015948773aad2acaef0655e1e603ce Mon Sep 17 00:00:00 2001 From: Alejandro Santiago Date: Thu, 1 Feb 2024 13:32:43 +0000 Subject: [PATCH] ci: updated flutter_version min --- .github/workflows/very_good_flame_game.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/very_good_flame_game.yaml b/.github/workflows/very_good_flame_game.yaml index 4803a03..013f361 100644 --- a/.github/workflows/very_good_flame_game.yaml +++ b/.github/workflows/very_good_flame_game.yaml @@ -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