From b065a340844907d34d446dbea96bf47cd7506e62 Mon Sep 17 00:00:00 2001 From: julian-CStack <97684800+julian-CStack@users.noreply.github.com> Date: Thu, 11 May 2023 14:19:37 -0600 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 01cd71173..7a00554a5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -8,10 +8,15 @@ jobs: - name: Prepare repository uses: actions/checkout@v3 with: - flutter-version: '3.3.4' + flutter-version: '3.7.10' channel: 'stable' - name: Install Flutter - uses: subosito/flutter-action@v2 + - uses: actions/checkout@v3 + - uses: subosito/flutter-action@v2 + with: + flutter-version: '3.7.10' + channel: 'stable' + - run: flutter --version - name: Setup | Rust uses: ATiltedTree/setup-rust@v1 with: