Skip to content

Commit a8d5c20

Browse files
committed
require 3.8
1 parent b0a7e58 commit a8d5c20

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/lints.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
sdk: [dev, beta, stable]
29+
# TODO: Re-add stable to the matrix once 3.8 is out.
30+
sdk: [dev, beta]
3031

3132
steps:
3233
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

pkgs/lints/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- added [strict_top_level_inference] (https://github.com/dart-lang/core/issues/836)
55
- `recommended`:
66
- added [unnecessary_underscores] (https://github.com/dart-lang/core/issues/856)
7-
- Require Dart 3.7.
7+
- Require Dart 3.8.
88

99
[strict_top_level_inference]: https://dart.dev/lints/strict_top_level_inference
1010
[unnecessary_underscores]: https://dart.dev/lints/unnecessary_underscores

pkgs/lints/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ topics:
1111
- lints
1212

1313
environment:
14-
sdk: ^3.7.0
14+
sdk: ^3.8.0-0
1515

1616
# NOTE: Code is not allowed in this package - do not add dependencies.
1717
# dependencies:

0 commit comments

Comments
 (0)