Skip to content

Commit a6d268e

Browse files
authored
Update lints and min SDK (dart-archive/timing#48)
1 parent aefae91 commit a6d268e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
sdk: [3.0.0, dev]
23+
sdk: [3.4, dev]
2424
steps:
2525
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
2626
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
@@ -44,7 +44,7 @@ jobs:
4444
matrix:
4545
# Add macos-latest and/or windows-latest if relevant for this package.
4646
os: [ubuntu-latest]
47-
sdk: [3.0.0, dev]
47+
sdk: [3.4, dev]
4848
steps:
4949
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
5050
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30

pkgs/timing/CHANGELOG.md

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

3-
- Require Dart `3.0`.
3+
- Require Dart `3.4`.
44

55
## 1.0.1
66

pkgs/timing/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ description: >-
66
repository: https://github.com/dart-lang/timing
77

88
environment:
9-
sdk: ^3.0.0
9+
sdk: ^3.4.0
1010

1111
dependencies:
12-
json_annotation: ^4.3.0
12+
json_annotation: ^4.9.0
1313

1414
dev_dependencies:
15-
build_runner: ^2.0.0
16-
dart_flutter_team_lints: ^2.0.0
15+
build_runner: ^2.0.6
16+
dart_flutter_team_lints: ^3.0.0
1717
json_serializable: ^6.0.0
18-
test: ^1.0.0
18+
test: ^1.17.10

0 commit comments

Comments
 (0)