add support for the main channel (#258)

* add support for the main channel

* update testing for the 'main' channel
This commit is contained in:
Devon Carew
2023-11-20 01:29:45 -08:00
committed by GitHub
parent aa6d9b9844
commit 02b923c0e1
3 changed files with 7 additions and 4 deletions

View File

@@ -20,6 +20,9 @@ jobs:
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
channel: [stable, beta, master]
include:
- operating-system: ubuntu-latest
channel: main
steps:
- uses: actions/checkout@v3
- id: flutter-action