@@ -40,23 +40,23 @@ jobs:
40
40
- name : mono_repo self validate
41
41
run : dart pub global run mono_repo generate --validate
42
42
job_002 :
43
- name : " analyzer_and_format; Dart 2.18 .0; PKGS: _test_yaml, checked_yaml, example, json_annotation, json_serializable; `dart format --output=none --set-exit-if-changed .`, `dart analyze --fatal-infos .`"
43
+ name : " analyzer_and_format; Dart 2.19 .0; PKGS: _test_yaml, checked_yaml, example, json_annotation, json_serializable; `dart format --output=none --set-exit-if-changed .`, `dart analyze --fatal-infos .`"
44
44
runs-on : ubuntu-latest
45
45
steps :
46
46
- name : Cache Pub hosted dependencies
47
47
uses : actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
48
48
with :
49
49
path : " ~/.pub-cache/hosted"
50
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.18 .0;packages:_test_yaml-checked_yaml-example-json_annotation-json_serializable;commands:format-analyze"
50
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.19 .0;packages:_test_yaml-checked_yaml-example-json_annotation-json_serializable;commands:format-analyze"
51
51
restore-keys : |
52
- os:ubuntu-latest;pub-cache-hosted;sdk:2.18 .0;packages:_test_yaml-checked_yaml-example-json_annotation-json_serializable
53
- os:ubuntu-latest;pub-cache-hosted;sdk:2.18 .0
52
+ os:ubuntu-latest;pub-cache-hosted;sdk:2.19 .0;packages:_test_yaml-checked_yaml-example-json_annotation-json_serializable
53
+ os:ubuntu-latest;pub-cache-hosted;sdk:2.19 .0
54
54
os:ubuntu-latest;pub-cache-hosted
55
55
os:ubuntu-latest
56
56
- name : Setup Dart SDK
57
57
uses : dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
58
58
with :
59
- sdk : " 2.18 .0"
59
+ sdk : " 2.19 .0"
60
60
- id : checkout
61
61
name : Checkout repository
62
62
uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
@@ -212,23 +212,23 @@ jobs:
212
212
if : " always() && steps.json_serializable_pub_upgrade.conclusion == 'success'"
213
213
working-directory : json_serializable
214
214
job_004 :
215
- name : " unit_test; Dart 2.18 .0; PKGS: _test_yaml, checked_yaml, example, json_serializable; `dart test`"
215
+ name : " unit_test; Dart 2.19 .0; PKGS: _test_yaml, checked_yaml, example, json_serializable; `dart test`"
216
216
runs-on : ubuntu-latest
217
217
steps :
218
218
- name : Cache Pub hosted dependencies
219
219
uses : actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
220
220
with :
221
221
path : " ~/.pub-cache/hosted"
222
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.18 .0;packages:_test_yaml-checked_yaml-example-json_serializable;commands:test_0"
222
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.19 .0;packages:_test_yaml-checked_yaml-example-json_serializable;commands:test_0"
223
223
restore-keys : |
224
- os:ubuntu-latest;pub-cache-hosted;sdk:2.18 .0;packages:_test_yaml-checked_yaml-example-json_serializable
225
- os:ubuntu-latest;pub-cache-hosted;sdk:2.18 .0
224
+ os:ubuntu-latest;pub-cache-hosted;sdk:2.19 .0;packages:_test_yaml-checked_yaml-example-json_serializable
225
+ os:ubuntu-latest;pub-cache-hosted;sdk:2.19 .0
226
226
os:ubuntu-latest;pub-cache-hosted
227
227
os:ubuntu-latest
228
228
- name : Setup Dart SDK
229
229
uses : dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
230
230
with :
231
- sdk : " 2.18 .0"
231
+ sdk : " 2.19 .0"
232
232
- id : checkout
233
233
name : Checkout repository
234
234
uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
@@ -273,23 +273,23 @@ jobs:
273
273
- job_002
274
274
- job_003
275
275
job_005 :
276
- name : " unit_test; Dart 2.18 .0; PKG: json_serializable; `dart test --run-skipped -t presubmit-only test/annotation_version_test.dart`"
276
+ name : " unit_test; Dart 2.19 .0; PKG: json_serializable; `dart test --run-skipped -t presubmit-only test/annotation_version_test.dart`"
277
277
runs-on : ubuntu-latest
278
278
steps :
279
279
- name : Cache Pub hosted dependencies
280
280
uses : actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
281
281
with :
282
282
path : " ~/.pub-cache/hosted"
283
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.18 .0;packages:json_serializable;commands:test_3"
283
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.19 .0;packages:json_serializable;commands:test_3"
284
284
restore-keys : |
285
- os:ubuntu-latest;pub-cache-hosted;sdk:2.18 .0;packages:json_serializable
286
- os:ubuntu-latest;pub-cache-hosted;sdk:2.18 .0
285
+ os:ubuntu-latest;pub-cache-hosted;sdk:2.19 .0;packages:json_serializable
286
+ os:ubuntu-latest;pub-cache-hosted;sdk:2.19 .0
287
287
os:ubuntu-latest;pub-cache-hosted
288
288
os:ubuntu-latest
289
289
- name : Setup Dart SDK
290
290
uses : dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
291
291
with :
292
- sdk : " 2.18 .0"
292
+ sdk : " 2.19 .0"
293
293
- id : checkout
294
294
name : Checkout repository
295
295
uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
@@ -307,23 +307,23 @@ jobs:
307
307
- job_002
308
308
- job_003
309
309
job_006 :
310
- name : " unit_test; Dart 2.18 .0; PKG: json_serializable; `dart test --run-skipped -t presubmit-only test/ensure_build_test.dart`"
310
+ name : " unit_test; Dart 2.19 .0; PKG: json_serializable; `dart test --run-skipped -t presubmit-only test/ensure_build_test.dart`"
311
311
runs-on : ubuntu-latest
312
312
steps :
313
313
- name : Cache Pub hosted dependencies
314
314
uses : actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
315
315
with :
316
316
path : " ~/.pub-cache/hosted"
317
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.18 .0;packages:json_serializable;commands:test_1"
317
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.19 .0;packages:json_serializable;commands:test_1"
318
318
restore-keys : |
319
- os:ubuntu-latest;pub-cache-hosted;sdk:2.18 .0;packages:json_serializable
320
- os:ubuntu-latest;pub-cache-hosted;sdk:2.18 .0
319
+ os:ubuntu-latest;pub-cache-hosted;sdk:2.19 .0;packages:json_serializable
320
+ os:ubuntu-latest;pub-cache-hosted;sdk:2.19 .0
321
321
os:ubuntu-latest;pub-cache-hosted
322
322
os:ubuntu-latest
323
323
- name : Setup Dart SDK
324
324
uses : dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
325
325
with :
326
- sdk : " 2.18 .0"
326
+ sdk : " 2.19 .0"
327
327
- id : checkout
328
328
name : Checkout repository
329
329
uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
@@ -341,23 +341,23 @@ jobs:
341
341
- job_002
342
342
- job_003
343
343
job_007 :
344
- name : " unit_test; Dart 2.18 .0; PKG: json_serializable; `dart test -p chrome`"
344
+ name : " unit_test; Dart 2.19 .0; PKG: json_serializable; `dart test -p chrome`"
345
345
runs-on : ubuntu-latest
346
346
steps :
347
347
- name : Cache Pub hosted dependencies
348
348
uses : actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
349
349
with :
350
350
path : " ~/.pub-cache/hosted"
351
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.18 .0;packages:json_serializable;commands:test_2"
351
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.19 .0;packages:json_serializable;commands:test_2"
352
352
restore-keys : |
353
- os:ubuntu-latest;pub-cache-hosted;sdk:2.18 .0;packages:json_serializable
354
- os:ubuntu-latest;pub-cache-hosted;sdk:2.18 .0
353
+ os:ubuntu-latest;pub-cache-hosted;sdk:2.19 .0;packages:json_serializable
354
+ os:ubuntu-latest;pub-cache-hosted;sdk:2.19 .0
355
355
os:ubuntu-latest;pub-cache-hosted
356
356
os:ubuntu-latest
357
357
- name : Setup Dart SDK
358
358
uses : dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
359
359
with :
360
- sdk : " 2.18 .0"
360
+ sdk : " 2.19 .0"
361
361
- id : checkout
362
362
name : Checkout repository
363
363
uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
@@ -538,23 +538,23 @@ jobs:
538
538
- job_002
539
539
- job_003
540
540
job_012 :
541
- name : " ensure_build; Dart 2.18 .0; PKGS: _test_yaml, checked_yaml, example; `dart test --run-skipped -t presubmit-only test/ensure_build_test.dart`"
541
+ name : " ensure_build; Dart 2.19 .0; PKGS: _test_yaml, checked_yaml, example; `dart test --run-skipped -t presubmit-only test/ensure_build_test.dart`"
542
542
runs-on : ubuntu-latest
543
543
steps :
544
544
- name : Cache Pub hosted dependencies
545
545
uses : actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
546
546
with :
547
547
path : " ~/.pub-cache/hosted"
548
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.18 .0;packages:_test_yaml-checked_yaml-example;commands:test_1"
548
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.19 .0;packages:_test_yaml-checked_yaml-example;commands:test_1"
549
549
restore-keys : |
550
- os:ubuntu-latest;pub-cache-hosted;sdk:2.18 .0;packages:_test_yaml-checked_yaml-example
551
- os:ubuntu-latest;pub-cache-hosted;sdk:2.18 .0
550
+ os:ubuntu-latest;pub-cache-hosted;sdk:2.19 .0;packages:_test_yaml-checked_yaml-example
551
+ os:ubuntu-latest;pub-cache-hosted;sdk:2.19 .0
552
552
os:ubuntu-latest;pub-cache-hosted
553
553
os:ubuntu-latest
554
554
- name : Setup Dart SDK
555
555
uses : dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
556
556
with :
557
- sdk : " 2.18 .0"
557
+ sdk : " 2.19 .0"
558
558
- id : checkout
559
559
name : Checkout repository
560
560
uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
0 commit comments