Skip to content

Commit 54ba3b1

Browse files
committed
require 3.4 SDK
1 parent e85988f commit 54ba3b1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/stream_transform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# Add macos-latest and/or windows-latest if relevant for this package.
6060
os: [ubuntu-latest]
6161
# Bump SDK for Legacy tests when changing min SDK.
62-
sdk: [3.1, dev]
62+
sdk: [3.4, dev]
6363
steps:
6464
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
6565
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94

pkgs/stream_transform/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## 2.1.2-wip
22

3+
- Require Dart 3.4 or greater.
4+
35
## 2.1.1
46

57
- Require Dart 3.1 or greater

pkgs/stream_transform/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A collection of utilities to transform and manipulate streams.
44
repository: https://github.com/dart-lang/tools/tree/main/pkgs/stream_transform
55

66
environment:
7-
sdk: ^3.1.0
7+
sdk: ^3.4.0
88

99
dev_dependencies:
1010
async: ^2.5.0

0 commit comments

Comments
 (0)