diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 845e943..440fda9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,9 +15,7 @@ jobs: - uses: actions/checkout@v4 - uses: subosito/flutter-action@v2 with: - # channel: 'beta' - # Pin to 3.19.4 due to https://github.com/flutter/flutter/issues/145653 - flutter-version: '3.19.4' + channel: 'beta' - run: flutter config --enable-web - run: flutter pub get - run: make test