@@ -40,23 +40,23 @@ jobs:
4040 - name : mono_repo self validate
4141 run : dart pub global run mono_repo generate --validate
4242 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 .`"
4444 runs-on : ubuntu-latest
4545 steps :
4646 - name : Cache Pub hosted dependencies
4747 uses : actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
4848 with :
4949 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"
5151 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
5454 os:ubuntu-latest;pub-cache-hosted
5555 os:ubuntu-latest
5656 - name : Setup Dart SDK
5757 uses : dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
5858 with :
59- sdk : " 2.18 .0"
59+ sdk : " 2.19 .0"
6060 - id : checkout
6161 name : Checkout repository
6262 uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
@@ -212,23 +212,23 @@ jobs:
212212 if : " always() && steps.json_serializable_pub_upgrade.conclusion == 'success'"
213213 working-directory : json_serializable
214214 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`"
216216 runs-on : ubuntu-latest
217217 steps :
218218 - name : Cache Pub hosted dependencies
219219 uses : actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
220220 with :
221221 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"
223223 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
226226 os:ubuntu-latest;pub-cache-hosted
227227 os:ubuntu-latest
228228 - name : Setup Dart SDK
229229 uses : dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
230230 with :
231- sdk : " 2.18 .0"
231+ sdk : " 2.19 .0"
232232 - id : checkout
233233 name : Checkout repository
234234 uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
@@ -273,23 +273,23 @@ jobs:
273273 - job_002
274274 - job_003
275275 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`"
277277 runs-on : ubuntu-latest
278278 steps :
279279 - name : Cache Pub hosted dependencies
280280 uses : actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
281281 with :
282282 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"
284284 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
287287 os:ubuntu-latest;pub-cache-hosted
288288 os:ubuntu-latest
289289 - name : Setup Dart SDK
290290 uses : dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
291291 with :
292- sdk : " 2.18 .0"
292+ sdk : " 2.19 .0"
293293 - id : checkout
294294 name : Checkout repository
295295 uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
@@ -307,23 +307,23 @@ jobs:
307307 - job_002
308308 - job_003
309309 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`"
311311 runs-on : ubuntu-latest
312312 steps :
313313 - name : Cache Pub hosted dependencies
314314 uses : actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
315315 with :
316316 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"
318318 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
321321 os:ubuntu-latest;pub-cache-hosted
322322 os:ubuntu-latest
323323 - name : Setup Dart SDK
324324 uses : dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
325325 with :
326- sdk : " 2.18 .0"
326+ sdk : " 2.19 .0"
327327 - id : checkout
328328 name : Checkout repository
329329 uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
@@ -341,23 +341,23 @@ jobs:
341341 - job_002
342342 - job_003
343343 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`"
345345 runs-on : ubuntu-latest
346346 steps :
347347 - name : Cache Pub hosted dependencies
348348 uses : actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
349349 with :
350350 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"
352352 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
355355 os:ubuntu-latest;pub-cache-hosted
356356 os:ubuntu-latest
357357 - name : Setup Dart SDK
358358 uses : dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
359359 with :
360- sdk : " 2.18 .0"
360+ sdk : " 2.19 .0"
361361 - id : checkout
362362 name : Checkout repository
363363 uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
@@ -538,23 +538,23 @@ jobs:
538538 - job_002
539539 - job_003
540540 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`"
542542 runs-on : ubuntu-latest
543543 steps :
544544 - name : Cache Pub hosted dependencies
545545 uses : actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
546546 with :
547547 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"
549549 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
552552 os:ubuntu-latest;pub-cache-hosted
553553 os:ubuntu-latest
554554 - name : Setup Dart SDK
555555 uses : dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
556556 with :
557- sdk : " 2.18 .0"
557+ sdk : " 2.19 .0"
558558 - id : checkout
559559 name : Checkout repository
560560 uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
0 commit comments