File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ topics:
1111 - lints
1212
1313environment :
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:
You can’t perform that action at this time.
0 commit comments