Skip to content

Commit

Permalink
chore(very_good_dart_package): ensure template uses Dart 3.4 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago authored May 23, 2024
1 parent 9b70f49 commit 8e51a6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/very_good_dart_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
dart-version:
# The minimum Dart SDK version supported by the package,
# refer to https://docs.flutter.dev/development/tools/sdk/releases.
- "3.3.0"
- "3.4.0"
- "stable"

steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.1.0+1
{{^publishable}}publish_to: none{{/publishable}}

environment:
sdk: "^3.3.0"
sdk: ^3.4.0

dev_dependencies:
mocktail: ^1.0.3
Expand Down

0 comments on commit 8e51a6c

Please sign in to comment.