Skip to content

upgrade uuid dependency #52

upgrade uuid dependency

upgrade uuid dependency #52

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Flutter
on: [push, pull_request]
jobs:
flutter:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
flutter_version: ['2.8.x', '2.10.x', '3.0.x', '3.3.x', '3.7.x', '3.10.x', '3.13.x', '3.16.x', '3.19.x', '3.22.x']
defaults:
run:
working-directory: ./flutter
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: ${{ matrix.flutter_version }}
- run: flutter pub get
- run: flutter test