Browse Source

Update dart.yml

Luke Pighetti 5 years ago
parent
commit
b15c221481
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/dart.yml

+ 1 - 1
.github/workflows/dart.yml

@@ -17,6 +17,6 @@ jobs:
           java-version: '12.x'
           java-version: '12.x'
       - uses: subosito/flutter-action@v1
       - uses: subosito/flutter-action@v1
         with:
         with:
-          flutter-version: '1.9.1+hotfix.6'
+          channel: 'stable'
       - run: flutter pub get
       - run: flutter pub get
       - run: flutter test
       - run: flutter test