@@ -39,23 +39,23 @@ jobs:
39
39
- name : mono_repo self validate
40
40
run : dart pub global run mono_repo generate --validate
41
41
job_002 :
42
- name : " format_analyze; linux; Dart 2.12 .0; PKG: protobuf; `dart analyze lib`, `dart analyze test`"
42
+ name : " format_analyze; linux; Dart 2.19 .0; PKG: protobuf; `dart analyze lib`, `dart analyze test`"
43
43
runs-on : ubuntu-latest
44
44
steps :
45
45
- name : Cache Pub hosted dependencies
46
46
uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
47
47
with :
48
48
path : " ~/.pub-cache/hosted"
49
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.12 .0;packages:protobuf;commands:analyze_1-analyze_2"
49
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.19 .0;packages:protobuf;commands:analyze_1-analyze_2"
50
50
restore-keys : |
51
- os:ubuntu-latest;pub-cache-hosted;sdk:2.12 .0;packages:protobuf
52
- os:ubuntu-latest;pub-cache-hosted;sdk:2.12 .0
51
+ os:ubuntu-latest;pub-cache-hosted;sdk:2.19 .0;packages:protobuf
52
+ os:ubuntu-latest;pub-cache-hosted;sdk:2.19 .0
53
53
os:ubuntu-latest;pub-cache-hosted
54
54
os:ubuntu-latest
55
55
- name : Setup Dart SDK
56
56
uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
57
57
with :
58
- sdk : " 2.12 .0"
58
+ sdk : " 2.19 .0"
59
59
- id : checkout
60
60
name : Checkout repository
61
61
uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
@@ -233,23 +233,23 @@ jobs:
233
233
if : " always() && steps.protoc_plugin_pub_upgrade.conclusion == 'success'"
234
234
working-directory : protoc_plugin
235
235
job_007 :
236
- name : " run_tests; linux; Dart 2.12 .0; PKG: protobuf; `dart test`"
236
+ name : " run_tests; linux; Dart 2.19 .0; PKG: protobuf; `dart test`"
237
237
runs-on : ubuntu-latest
238
238
steps :
239
239
- name : Cache Pub hosted dependencies
240
240
uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
241
241
with :
242
242
path : " ~/.pub-cache/hosted"
243
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.12 .0;packages:protobuf;commands:test_0"
243
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.19 .0;packages:protobuf;commands:test_0"
244
244
restore-keys : |
245
- os:ubuntu-latest;pub-cache-hosted;sdk:2.12 .0;packages:protobuf
246
- os:ubuntu-latest;pub-cache-hosted;sdk:2.12 .0
245
+ os:ubuntu-latest;pub-cache-hosted;sdk:2.19 .0;packages:protobuf
246
+ os:ubuntu-latest;pub-cache-hosted;sdk:2.19 .0
247
247
os:ubuntu-latest;pub-cache-hosted
248
248
os:ubuntu-latest
249
249
- name : Setup Dart SDK
250
250
uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
251
251
with :
252
- sdk : " 2.12 .0"
252
+ sdk : " 2.19 .0"
253
253
- id : checkout
254
254
name : Checkout repository
255
255
uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
@@ -270,23 +270,23 @@ jobs:
270
270
- job_005
271
271
- job_006
272
272
job_008 :
273
- name : " run_tests; linux; Dart 2.17 .0; PKG: protoc_plugin; `./../tool/setup.sh`, `make protos`, `dart test`"
273
+ name : " run_tests; linux; Dart 2.19 .0; PKG: protoc_plugin; `./../tool/setup.sh`, `make protos`, `dart test`"
274
274
runs-on : ubuntu-latest
275
275
steps :
276
276
- name : Cache Pub hosted dependencies
277
277
uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
278
278
with :
279
279
path : " ~/.pub-cache/hosted"
280
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.17 .0;packages:protoc_plugin;commands:command_0-command_3-test_0"
280
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.19 .0;packages:protoc_plugin;commands:command_0-command_3-test_0"
281
281
restore-keys : |
282
- os:ubuntu-latest;pub-cache-hosted;sdk:2.17 .0;packages:protoc_plugin
283
- os:ubuntu-latest;pub-cache-hosted;sdk:2.17 .0
282
+ os:ubuntu-latest;pub-cache-hosted;sdk:2.19 .0;packages:protoc_plugin
283
+ os:ubuntu-latest;pub-cache-hosted;sdk:2.19 .0
284
284
os:ubuntu-latest;pub-cache-hosted
285
285
os:ubuntu-latest
286
286
- name : Setup Dart SDK
287
287
uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
288
288
with :
289
- sdk : " 2.17 .0"
289
+ sdk : " 2.19 .0"
290
290
- id : checkout
291
291
name : Checkout repository
292
292
uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
@@ -397,23 +397,23 @@ jobs:
397
397
- job_005
398
398
- job_006
399
399
job_011 :
400
- name : " run_tests; osx; Dart 2.12 .0; PKG: protobuf; `dart test`"
400
+ name : " run_tests; osx; Dart 2.19 .0; PKG: protobuf; `dart test`"
401
401
runs-on : macos-latest
402
402
steps :
403
403
- name : Cache Pub hosted dependencies
404
404
uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
405
405
with :
406
406
path : " ~/.pub-cache/hosted"
407
- key : " os:macos-latest;pub-cache-hosted;sdk:2.12 .0;packages:protobuf;commands:test_0"
407
+ key : " os:macos-latest;pub-cache-hosted;sdk:2.19 .0;packages:protobuf;commands:test_0"
408
408
restore-keys : |
409
- os:macos-latest;pub-cache-hosted;sdk:2.12 .0;packages:protobuf
410
- os:macos-latest;pub-cache-hosted;sdk:2.12 .0
409
+ os:macos-latest;pub-cache-hosted;sdk:2.19 .0;packages:protobuf
410
+ os:macos-latest;pub-cache-hosted;sdk:2.19 .0
411
411
os:macos-latest;pub-cache-hosted
412
412
os:macos-latest
413
413
- name : Setup Dart SDK
414
414
uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
415
415
with :
416
- sdk : " 2.12 .0"
416
+ sdk : " 2.19 .0"
417
417
- id : checkout
418
418
name : Checkout repository
419
419
uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
@@ -471,13 +471,13 @@ jobs:
471
471
- job_005
472
472
- job_006
473
473
job_013 :
474
- name : " run_tests; windows; Dart 2.12 .0; PKG: protobuf; `dart test`"
474
+ name : " run_tests; windows; Dart 2.19 .0; PKG: protobuf; `dart test`"
475
475
runs-on : windows-latest
476
476
steps :
477
477
- name : Setup Dart SDK
478
478
uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
479
479
with :
480
- sdk : " 2.12 .0"
480
+ sdk : " 2.19 .0"
481
481
- id : checkout
482
482
name : Checkout repository
483
483
uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
@@ -525,23 +525,23 @@ jobs:
525
525
- job_005
526
526
- job_006
527
527
job_015 :
528
- name : " run_legacy_tests; linux; Dart 2.17 .0; PKG: protoc_plugin; `./../tool/setup.sh`, `make protos`, `dart test legacy_tests/generated_message_test.dart`"
528
+ name : " run_legacy_tests; linux; Dart 2.19 .0; PKG: protoc_plugin; `./../tool/setup.sh`, `make protos`, `dart test legacy_tests/generated_message_test.dart`"
529
529
runs-on : ubuntu-latest
530
530
steps :
531
531
- name : Cache Pub hosted dependencies
532
532
uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
533
533
with :
534
534
path : " ~/.pub-cache/hosted"
535
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.17 .0;packages:protoc_plugin;commands:command_0-command_3-test_1"
535
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.19 .0;packages:protoc_plugin;commands:command_0-command_3-test_1"
536
536
restore-keys : |
537
- os:ubuntu-latest;pub-cache-hosted;sdk:2.17 .0;packages:protoc_plugin
538
- os:ubuntu-latest;pub-cache-hosted;sdk:2.17 .0
537
+ os:ubuntu-latest;pub-cache-hosted;sdk:2.19 .0;packages:protoc_plugin
538
+ os:ubuntu-latest;pub-cache-hosted;sdk:2.19 .0
539
539
os:ubuntu-latest;pub-cache-hosted
540
540
os:ubuntu-latest
541
541
- name : Setup Dart SDK
542
542
uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
543
543
with :
544
- sdk : " 2.17 .0"
544
+ sdk : " 2.19 .0"
545
545
- id : checkout
546
546
name : Checkout repository
547
547
uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
0 commit comments