mirror of
https://github.com/flutter/packages.git
synced 2025-08-06 08:53:11 +08:00
[ci] Run analysis with older versions of Flutter (#5000)
This commit is contained in:
@ -47,10 +47,10 @@ void main() {
|
||||
orderedEquals(<ProcessCall>[
|
||||
ProcessCall(
|
||||
'flutter', const <String>['packages', 'get'], plugin1Dir.path),
|
||||
ProcessCall(
|
||||
'flutter', const <String>['packages', 'get'], plugin2Dir.path),
|
||||
ProcessCall('dart', const <String>['analyze', '--fatal-infos'],
|
||||
plugin1Dir.path),
|
||||
ProcessCall(
|
||||
'flutter', const <String>['packages', 'get'], plugin2Dir.path),
|
||||
ProcessCall('dart', const <String>['analyze', '--fatal-infos'],
|
||||
plugin2Dir.path),
|
||||
]));
|
||||
@ -82,10 +82,10 @@ void main() {
|
||||
orderedEquals(<ProcessCall>[
|
||||
ProcessCall(
|
||||
'flutter', const <String>['packages', 'get'], plugin1Dir.path),
|
||||
ProcessCall(
|
||||
'flutter', const <String>['packages', 'get'], plugin2Dir.path),
|
||||
ProcessCall('dart', const <String>['analyze', '--fatal-infos'],
|
||||
plugin1Dir.path),
|
||||
ProcessCall(
|
||||
'flutter', const <String>['packages', 'get'], plugin2Dir.path),
|
||||
ProcessCall('dart', const <String>['analyze', '--fatal-infos'],
|
||||
plugin2Dir.path),
|
||||
]));
|
||||
|
Reference in New Issue
Block a user