Skip to content

Commit 0e1583d

Browse files
authored
ci: use 3.x over empty string (#22)
1 parent 21e8703 commit 0e1583d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/very_good_test_runner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
flutter_version:
1919
- "3.10.0" # The Flutter version with a Dart SDK that matches the minimum Dart SDK version supported by the package.
20-
- "" # The latest stable version of Flutter.
20+
- "3.x" # The Flutter version with a Dart SDK that matches the maximum Dart SDK version supported by the package.
2121

2222
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
2323
with:

0 commit comments

Comments
 (0)