We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e8703 commit 0e1583dCopy full SHA for 0e1583d
.github/workflows/very_good_test_runner.yaml
@@ -17,7 +17,7 @@ jobs:
17
matrix:
18
flutter_version:
19
- "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.
+ - "3.x" # The Flutter version with a Dart SDK that matches the maximum Dart SDK version supported by the package.
21
22
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
23
with:
0 commit comments