Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
subosito committed Jan 6, 2022
1 parent 59a5481 commit 8af4ab6
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions README.md
Expand Up @@ -113,22 +113,3 @@ jobs:
- run: flutter build windows
```

Matrix Testing:

```yaml
jobs:
test:
name: Test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
flutter-version: '1.20.2'
channel: 'beta'
- run: dart --version
- run: flutter --version
```

0 comments on commit 8af4ab6

Please sign in to comment.