From 06129cdd82716eba93747ff7058b9a5932169aa5 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Mon, 21 Sep 2020 13:21:33 +0200 Subject: [PATCH] update ci --- .github/workflows/main.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cebff484..1860c34c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,9 +11,6 @@ on: types: - created -env: - flutter_version: "1.20.4" - jobs: test: runs-on: [ubuntu-latest] @@ -26,9 +23,9 @@ jobs: path: /opt/hostedtoolcache/flutter key: ${{ runner.OS }}-flutter-install-cache-${{ env.flutter_version }} - name: Flutter action - uses: subosito/flutter-action@v1.1.1 + uses: subosito/flutter-action@v1.3.2 with: - flutter-version: ${{ env.flutter_version }} + channel: 'stable' - name: Get dependencies run: flutter pub get - name: Coverage fix