File tree 4 files changed +13
-4
lines changed
4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 17
17
uses : VeryGoodOpenSource/very_good_workflows/.github/workflows/semantic_pull_request.yml@v1
18
18
19
19
build :
20
+ strategy :
21
+ matrix :
22
+ flutter-version :
23
+ # The version of Flutter to use should use the minimum Dart SDK version supported by the package,
24
+ # refer to https://docs.flutter.dev/development/tools/sdk/releases.
25
+ - " 3.16.0"
26
+ - " 3.x"
20
27
uses : VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
21
28
with :
22
29
flutter_channel : stable
30
+ flutter_version : ${{ matrix.flutter-version }}
31
+ package_get_excludes : example
23
32
24
33
spell-check :
25
34
uses : VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1
Original file line number Diff line number Diff line change 1
- include : package:very_good_analysis/analysis_options.5.1 .0.yaml
1
+ include : package:very_good_analysis/analysis_options.6.0 .0.yaml
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version: 0.0.1
4
4
homepage : https://github.com/VeryGoodOpenSource/mockingjay
5
5
6
6
environment :
7
- sdk : " >=3.4 .0 <4.0.0"
7
+ sdk : " >=3.2 .0 <4.0.0"
8
8
9
9
dependencies :
10
10
bloc : ^8.0.0
@@ -21,7 +21,7 @@ dev_dependencies:
21
21
mockingjay :
22
22
path : ../
23
23
mocktail : ^1.0.0
24
- very_good_analysis : ^6.0.0
24
+ very_good_analysis : " >=5.1.0 <7.0.0 "
25
25
26
26
flutter :
27
27
uses-material-design : true
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ dependencies:
17
17
test : ^1.17.0
18
18
19
19
dev_dependencies :
20
- very_good_analysis : ^ 5.1.0
20
+ very_good_analysis : " >= 5.1.0 <7.0.0 "
You can’t perform that action at this time.
0 commit comments