Skip to content

Commit bfc1574

Browse files
authored
Require Dart 3.0, update lints (dart-archive/fake_async#63)
1 parent 503bdf3 commit bfc1574

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
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: [2.17.0, dev]
50+
sdk: [3.0.0, dev]
5151
steps:
5252
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
5353
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f

pkgs/fake_async/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## 1.3.2-dev
1+
## 1.3.2-wip
22

3-
* Require Dart 2.17.
3+
* Require Dart 3.0.0
44

55
## 1.3.1
66

pkgs/fake_async/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: fake_async
2-
version: 1.3.2-dev
2+
version: 1.3.2-wip
33
description: >-
44
Fake asynchronous events such as timers and microtasks for deterministic
55
testing.
66
repository: https://github.com/dart-lang/fake_async
77

88
environment:
9-
sdk: ">=2.17.0 <3.0.0"
9+
sdk: ^3.0.0
1010

1111
dependencies:
1212
clock: ^1.1.0
1313
collection: ^1.15.0
1414

1515
dev_dependencies:
1616
async: ^2.5.0
17-
dart_flutter_team_lints: ^0.1.0
17+
dart_flutter_team_lints: ^1.0.0
1818
test: ^1.16.0

0 commit comments

Comments
 (0)