Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -36,12 +36,12 @@ jobs: | @@ -36,12 +36,12 @@ jobs: | ||
| 36 | - uses: subosito/flutter-action@v2.12.0 | 36 | - uses: subosito/flutter-action@v2.12.0 |
| 37 | with: | 37 | with: |
| 38 | cache: true | 38 | cache: true |
| 39 | - flutter-version: '3.7.0' | 39 | + flutter-version: '3.13' |
| 40 | channel: 'stable' | 40 | channel: 'stable' |
| 41 | - name: Version | 41 | - name: Version |
| 42 | run: flutter doctor -v | 42 | run: flutter doctor -v |
| 43 | - name: Install dependencies | 43 | - name: Install dependencies |
| 44 | - run: cd example && flutter pub get | 44 | + run: flutter pub get |
| 45 | - name: Linter | 45 | - name: Linter |
| 46 | run: flutter analyze | 46 | run: flutter analyze |
| 47 | formatting: | 47 | formatting: |
-
Please register or login to post a comment