Skip to content

Commit

Permalink
fix: dart sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcossevilla committed Jun 26, 2024
1 parent a4b038f commit db16b6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/passkit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
with:
flutter_version: 3.22.2
dart_sdk: '>=3.4.3 <4.0.0'
working_directory: passkit
# TODO: Increase minimum coverage to 100% gradually.
min_coverage: 50
coverage_excludes: '*.g.dart'

0 comments on commit db16b6d

Please sign in to comment.