From 23fea5a46a1f5b8b3eb7b1bddeba03f5f831854e Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Wed, 3 Nov 2021 20:29:09 +0100 Subject: [PATCH] Test the app with flutter 2.5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c840518..33c08a3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: uses: subosito/flutter-action@v1 with: channel: 'stable' - flutter-version: '2.2.x' + flutter-version: '2.5.x' - run: dart --version - run: flutter --version