Skip to content

Commit 6e0e554

Browse files
committed
Fix test workflows
1 parent 6f78df7 commit 6e0e554

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/flutter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- uses: ./
3535
with:
36-
version: ${{ inputs.version }}
36+
version: ${{ matrix.version }}
3737
channel: stable
3838

3939
- name: Dart version
@@ -66,7 +66,7 @@ jobs:
6666

6767
- uses: ./
6868
with:
69-
version: ${{ inputs.version }}
69+
version: ${{ matrix.version }}
7070
channel: beta
7171

7272
- name: Dart version

0 commit comments

Comments
 (0)