Skip to content

Commit 67fe3ae

Browse files
committed
Bump to SDK 3.5
1 parent 76d3c8f commit 67fe3ae

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test_reflective_loader.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
sdk: [dev, 3.2]
29+
sdk: [dev, 3.5]
3030

3131
steps:
3232
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

pkgs/test_reflective_loader/CHANGELOG.md

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

3-
- Require Dart `^3.2.0`.
3+
- Require Dart `^3.5.0`.
44
- Update to `package:test` 1.26.1.
55
- Pass locations of groups/tests to `package:test` to improve locations reported
66
in the JSON reporter that may be used for navigation in IDEs.

pkgs/test_reflective_loader/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repository: https://github.com/dart-lang/tools/tree/main/pkgs/test_reflective_lo
55
issue_tracker: https://github.com/dart-lang/tools/labels/package%3Atest_reflective_loader
66

77
environment:
8-
sdk: ^3.2.0
8+
sdk: ^3.5.0
99

1010
dependencies:
1111
test: ^1.26.1

0 commit comments

Comments
 (0)