Skip to content

Commit 9af10ab

Browse files
authored
Bump min SDK, tighten dependencies, test wasm on 3.4 (dart-archive/async#277)
1 parent f634692 commit 9af10ab

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

pkgs/async/.github/workflows/test-package.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
matrix:
4848
# Add macos-latest and/or windows-latest if relevant for this package.
4949
os: [ubuntu-latest]
50-
sdk: [3.2, dev]
50+
sdk: [3.4, dev]
5151
steps:
5252
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
5353
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
@@ -62,5 +62,4 @@ jobs:
6262
- run: dart test --platform chrome --compiler dart2js
6363
if: always() && steps.install.outcome == 'success'
6464
- run: dart test --platform chrome --compiler dart2wasm
65-
# TODO: drop `dev` filter when dart2wasm is working on stable
66-
if: always() && steps.install.outcome == 'success' && matrix.sdk == 'dev'
65+
if: always() && steps.install.outcome == 'success'

pkgs/async/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 2.12.0-wip
22

3-
- Require Dart 3.2
3+
- Require Dart 3.4
44

55
## 2.11.0
66

pkgs/async/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ description: Utility functions and classes related to the 'dart:async' library.
44
repository: https://github.com/dart-lang/async
55

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

99
dependencies:
1010
collection: ^1.15.0
11-
meta: ^1.1.7
11+
meta: ^1.3.0
1212

1313
dev_dependencies:
1414
dart_flutter_team_lints: ^3.0.0
1515
fake_async: ^1.2.0
1616
stack_trace: ^1.10.0
17-
test: ^1.16.0
17+
test: ^1.16.6
1818

1919
topics:
2020
- async

0 commit comments

Comments
 (0)