@@ -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 3.5 .0; PKGS: _test_yaml, checked_yaml, example, json_annotation, json_serializable; `dart analyze`"
43
+ name : " analyzer_and_format; Dart 3.6 .0; PKGS: _test_yaml, checked_yaml, example, json_annotation, json_serializable; `dart analyze`"
44
44
runs-on : ubuntu-latest
45
45
steps :
46
46
- name : Cache Pub hosted dependencies
47
47
uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
48
48
with :
49
49
path : " ~/.pub-cache/hosted"
50
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0;packages:_test_yaml-checked_yaml-example-json_annotation-json_serializable;commands:analyze_1"
50
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0;packages:_test_yaml-checked_yaml-example-json_annotation-json_serializable;commands:analyze_1"
51
51
restore-keys : |
52
- os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0;packages:_test_yaml-checked_yaml-example-json_annotation-json_serializable
53
- os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0
52
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0;packages:_test_yaml-checked_yaml-example-json_annotation-json_serializable
53
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .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@e630b99d28a3b71860378cafdc2a067c71107f94
58
58
with :
59
- sdk : " 3.5 .0"
59
+ sdk : " 3.6 .0"
60
60
- id : checkout
61
61
name : Checkout repository
62
62
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -192,23 +192,23 @@ jobs:
192
192
if : " always() && steps.json_serializable_pub_upgrade.conclusion == 'success'"
193
193
working-directory : json_serializable
194
194
job_004 :
195
- name : " unit_test; Dart 3.5 .0; PKGS: _test_yaml, checked_yaml, example, json_serializable; `dart test`"
195
+ name : " unit_test; Dart 3.6 .0; PKGS: _test_yaml, checked_yaml, example, json_serializable; `dart test`"
196
196
runs-on : ubuntu-latest
197
197
steps :
198
198
- name : Cache Pub hosted dependencies
199
199
uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
200
200
with :
201
201
path : " ~/.pub-cache/hosted"
202
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0;packages:_test_yaml-checked_yaml-example-json_serializable;commands:test_0"
202
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0;packages:_test_yaml-checked_yaml-example-json_serializable;commands:test_0"
203
203
restore-keys : |
204
- os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0;packages:_test_yaml-checked_yaml-example-json_serializable
205
- os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0
204
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0;packages:_test_yaml-checked_yaml-example-json_serializable
205
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0
206
206
os:ubuntu-latest;pub-cache-hosted
207
207
os:ubuntu-latest
208
208
- name : Setup Dart SDK
209
209
uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
210
210
with :
211
- sdk : " 3.5 .0"
211
+ sdk : " 3.6 .0"
212
212
- id : checkout
213
213
name : Checkout repository
214
214
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -253,23 +253,23 @@ jobs:
253
253
- job_002
254
254
- job_003
255
255
job_005 :
256
- name : " unit_test; Dart 3.5 .0; PKG: json_serializable; `dart test --run-skipped -t presubmit-only test/annotation_version_test.dart`"
256
+ name : " unit_test; Dart 3.6 .0; PKG: json_serializable; `dart test --run-skipped -t presubmit-only test/annotation_version_test.dart`"
257
257
runs-on : ubuntu-latest
258
258
steps :
259
259
- name : Cache Pub hosted dependencies
260
260
uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
261
261
with :
262
262
path : " ~/.pub-cache/hosted"
263
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0;packages:json_serializable;commands:test_3"
263
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0;packages:json_serializable;commands:test_3"
264
264
restore-keys : |
265
- os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0;packages:json_serializable
266
- os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0
265
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0;packages:json_serializable
266
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0
267
267
os:ubuntu-latest;pub-cache-hosted
268
268
os:ubuntu-latest
269
269
- name : Setup Dart SDK
270
270
uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
271
271
with :
272
- sdk : " 3.5 .0"
272
+ sdk : " 3.6 .0"
273
273
- id : checkout
274
274
name : Checkout repository
275
275
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -287,23 +287,23 @@ jobs:
287
287
- job_002
288
288
- job_003
289
289
job_006 :
290
- name : " unit_test; Dart 3.5 .0; PKG: json_serializable; `dart test --run-skipped -t presubmit-only test/ensure_build_test.dart`"
290
+ name : " unit_test; Dart 3.6 .0; PKG: json_serializable; `dart test --run-skipped -t presubmit-only test/ensure_build_test.dart`"
291
291
runs-on : ubuntu-latest
292
292
steps :
293
293
- name : Cache Pub hosted dependencies
294
294
uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
295
295
with :
296
296
path : " ~/.pub-cache/hosted"
297
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0;packages:json_serializable;commands:test_1"
297
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0;packages:json_serializable;commands:test_1"
298
298
restore-keys : |
299
- os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0;packages:json_serializable
300
- os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0
299
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0;packages:json_serializable
300
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0
301
301
os:ubuntu-latest;pub-cache-hosted
302
302
os:ubuntu-latest
303
303
- name : Setup Dart SDK
304
304
uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
305
305
with :
306
- sdk : " 3.5 .0"
306
+ sdk : " 3.6 .0"
307
307
- id : checkout
308
308
name : Checkout repository
309
309
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -321,23 +321,23 @@ jobs:
321
321
- job_002
322
322
- job_003
323
323
job_007 :
324
- name : " unit_test; Dart 3.5 .0; PKG: json_serializable; `dart test -p chrome`"
324
+ name : " unit_test; Dart 3.6 .0; PKG: json_serializable; `dart test -p chrome`"
325
325
runs-on : ubuntu-latest
326
326
steps :
327
327
- name : Cache Pub hosted dependencies
328
328
uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
329
329
with :
330
330
path : " ~/.pub-cache/hosted"
331
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0;packages:json_serializable;commands:test_2"
331
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0;packages:json_serializable;commands:test_2"
332
332
restore-keys : |
333
- os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0;packages:json_serializable
334
- os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0
333
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0;packages:json_serializable
334
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0
335
335
os:ubuntu-latest;pub-cache-hosted
336
336
os:ubuntu-latest
337
337
- name : Setup Dart SDK
338
338
uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
339
339
with :
340
- sdk : " 3.5 .0"
340
+ sdk : " 3.6 .0"
341
341
- id : checkout
342
342
name : Checkout repository
343
343
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -518,23 +518,23 @@ jobs:
518
518
- job_002
519
519
- job_003
520
520
job_012 :
521
- name : " ensure_build; Dart 3.5 .0; PKGS: _test_yaml, checked_yaml, example; `dart test --run-skipped -t presubmit-only test/ensure_build_test.dart`"
521
+ name : " ensure_build; Dart 3.6 .0; PKGS: _test_yaml, checked_yaml, example; `dart test --run-skipped -t presubmit-only test/ensure_build_test.dart`"
522
522
runs-on : ubuntu-latest
523
523
steps :
524
524
- name : Cache Pub hosted dependencies
525
525
uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
526
526
with :
527
527
path : " ~/.pub-cache/hosted"
528
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0;packages:_test_yaml-checked_yaml-example;commands:test_1"
528
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0;packages:_test_yaml-checked_yaml-example;commands:test_1"
529
529
restore-keys : |
530
- os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0;packages:_test_yaml-checked_yaml-example
531
- os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0
530
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0;packages:_test_yaml-checked_yaml-example
531
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0
532
532
os:ubuntu-latest;pub-cache-hosted
533
533
os:ubuntu-latest
534
534
- name : Setup Dart SDK
535
535
uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
536
536
with :
537
- sdk : " 3.5 .0"
537
+ sdk : " 3.6 .0"
538
538
- id : checkout
539
539
name : Checkout repository
540
540
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
0 commit comments