Skip to content

Commit

Permalink
require 3.4 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Jan 6, 2025
1 parent e85988f commit 54ba3b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stream_transform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# Add macos-latest and/or windows-latest if relevant for this package.
os: [ubuntu-latest]
# Bump SDK for Legacy tests when changing min SDK.
sdk: [3.1, dev]
sdk: [3.4, dev]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
Expand Down
2 changes: 2 additions & 0 deletions pkgs/stream_transform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## 2.1.2-wip

- Require Dart 3.4 or greater.

## 2.1.1

- Require Dart 3.1 or greater
Expand Down
2 changes: 1 addition & 1 deletion pkgs/stream_transform/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A collection of utilities to transform and manipulate streams.
repository: https://github.com/dart-lang/tools/tree/main/pkgs/stream_transform

environment:
sdk: ^3.1.0
sdk: ^3.4.0

dev_dependencies:
async: ^2.5.0
Expand Down

0 comments on commit 54ba3b1

Please sign in to comment.