From 48353ab4e63dbf7a342109ca6d5bf152e68bdb0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lui=CC=81s=20Arteiro?= Date: Mon, 20 Feb 2023 11:17:08 +0000 Subject: [PATCH] fix: Fixing CI to use latest Flutter version. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c993f2da..a33c78e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,6 @@ jobs: - name: Install Flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.3.8' channel: 'stable' - name: Install dependencies