Update for any-version on any-channel (#155)

* Update for testing any-version on any-channel

* Update `latest_version` and Add `latest_channel_version`
This commit is contained in:
Jiun Kim
2022-06-05 18:06:25 +09:00
committed by GitHub
parent 0c3f14223a
commit 29ad5bdaf4
2 changed files with 12 additions and 3 deletions

View File

@@ -65,13 +65,16 @@ jobs:
run: flutter --version
test_any_channel:
runs-on: ubuntu-latest
strategy:
matrix:
version: [ 2, any ]
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: ./
with:
channel: any
flutter-version: 2
flutter-version: ${{ matrix.version }}
- name: Run dart --version
shell: bash
run: dart --version