1
0
Fork 0
mirror of https://github.com/subosito/flutter-action.git synced 2024-08-16 10:19:50 +02:00

update testing for the 'main' channel

This commit is contained in:
Devon Carew 2023-11-16 13:49:53 +00:00
parent 1da8478619
commit 6b9e5c0be3
2 changed files with 4 additions and 1 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

View file

@ -23,7 +23,7 @@ steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: 'stable' # or: 'beta', 'dev' or 'master'
channel: 'stable' # or: 'beta', 'dev', 'master' (or 'main')
- run: flutter --version
```