@@ -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 : " analyze_and_format; linux; Dart 3.0 .0; PKGS: pkgs/shelf, pkgs/shelf_packages_handler, pkgs/shelf_proxy, pkgs/shelf_router, pkgs/shelf_router_generator, pkgs/shelf_static, pkgs/shelf_test_handler, pkgs/shelf_web_socket; `dart analyze --fatal-infos .`"
43+ name : " analyze_and_format; linux; Dart 3.3 .0; PKGS: pkgs/shelf, pkgs/shelf_packages_handler, pkgs/shelf_proxy, pkgs/shelf_router, pkgs/shelf_router_generator, pkgs/shelf_static, pkgs/shelf_test_handler, pkgs/shelf_web_socket; `dart analyze --fatal-infos .`"
4444 runs-on : ubuntu-latest
4545 steps :
4646 - name : Cache Pub hosted dependencies
4747 uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
4848 with :
4949 path : " ~/.pub-cache/hosted"
50- key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.0 .0;packages:pkgs/shelf-pkgs/shelf_packages_handler-pkgs/shelf_proxy-pkgs/shelf_router-pkgs/shelf_router_generator-pkgs/shelf_static-pkgs/shelf_test_handler-pkgs/shelf_web_socket;commands:analyze"
50+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.3 .0;packages:pkgs/shelf-pkgs/shelf_packages_handler-pkgs/shelf_proxy-pkgs/shelf_router-pkgs/shelf_router_generator-pkgs/shelf_static-pkgs/shelf_test_handler-pkgs/shelf_web_socket;commands:analyze"
5151 restore-keys : |
52- os:ubuntu-latest;pub-cache-hosted;sdk:3.0 .0;packages:pkgs/shelf-pkgs/shelf_packages_handler-pkgs/shelf_proxy-pkgs/shelf_router-pkgs/shelf_router_generator-pkgs/shelf_static-pkgs/shelf_test_handler-pkgs/shelf_web_socket
53- os:ubuntu-latest;pub-cache-hosted;sdk:3.0 .0
52+ os:ubuntu-latest;pub-cache-hosted;sdk:3.3 .0;packages:pkgs/shelf-pkgs/shelf_packages_handler-pkgs/shelf_proxy-pkgs/shelf_router-pkgs/shelf_router_generator-pkgs/shelf_static-pkgs/shelf_test_handler-pkgs/shelf_web_socket
53+ os:ubuntu-latest;pub-cache-hosted;sdk:3.3 .0
5454 os:ubuntu-latest;pub-cache-hosted
5555 os:ubuntu-latest
5656 - name : Setup Dart SDK
5757 uses : dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
5858 with :
59- sdk : " 3.0 .0"
59+ sdk : " 3.3 .0"
6060 - id : checkout
6161 name : Checkout repository
6262 uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
@@ -319,23 +319,23 @@ jobs:
319319 if : " always() && steps.pkgs_shelf_web_socket_pub_upgrade.conclusion == 'success'"
320320 working-directory : pkgs/shelf_web_socket
321321 job_005 :
322- name : " unit_test; linux; Dart 3.0 .0; PKGS: pkgs/shelf, pkgs/shelf_test_handler; `dart test --test-randomize-ordering-seed=random -p chrome`"
322+ name : " unit_test; linux; Dart 3.3 .0; PKGS: pkgs/shelf, pkgs/shelf_test_handler; `dart test --test-randomize-ordering-seed=random -p chrome`"
323323 runs-on : ubuntu-latest
324324 steps :
325325 - name : Cache Pub hosted dependencies
326326 uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
327327 with :
328328 path : " ~/.pub-cache/hosted"
329- key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.0 .0;packages:pkgs/shelf-pkgs/shelf_test_handler;commands:test_1"
329+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.3 .0;packages:pkgs/shelf-pkgs/shelf_test_handler;commands:test_1"
330330 restore-keys : |
331- os:ubuntu-latest;pub-cache-hosted;sdk:3.0 .0;packages:pkgs/shelf-pkgs/shelf_test_handler
332- os:ubuntu-latest;pub-cache-hosted;sdk:3.0 .0
331+ os:ubuntu-latest;pub-cache-hosted;sdk:3.3 .0;packages:pkgs/shelf-pkgs/shelf_test_handler
332+ os:ubuntu-latest;pub-cache-hosted;sdk:3.3 .0
333333 os:ubuntu-latest;pub-cache-hosted
334334 os:ubuntu-latest
335335 - name : Setup Dart SDK
336336 uses : dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
337337 with :
338- sdk : " 3.0 .0"
338+ sdk : " 3.3 .0"
339339 - id : checkout
340340 name : Checkout repository
341341 uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
@@ -363,23 +363,23 @@ jobs:
363363 - job_003
364364 - job_004
365365 job_006 :
366- name : " unit_test; linux; Dart 3.0 .0; PKGS: pkgs/shelf, pkgs/shelf_packages_handler, pkgs/shelf_proxy, pkgs/shelf_router, pkgs/shelf_router_generator, pkgs/shelf_static, pkgs/shelf_test_handler, pkgs/shelf_web_socket; `dart test --test-randomize-ordering-seed=random`"
366+ name : " unit_test; linux; Dart 3.3 .0; PKGS: pkgs/shelf, pkgs/shelf_packages_handler, pkgs/shelf_proxy, pkgs/shelf_router, pkgs/shelf_router_generator, pkgs/shelf_static, pkgs/shelf_test_handler, pkgs/shelf_web_socket; `dart test --test-randomize-ordering-seed=random`"
367367 runs-on : ubuntu-latest
368368 steps :
369369 - name : Cache Pub hosted dependencies
370370 uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
371371 with :
372372 path : " ~/.pub-cache/hosted"
373- key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.0 .0;packages:pkgs/shelf-pkgs/shelf_packages_handler-pkgs/shelf_proxy-pkgs/shelf_router-pkgs/shelf_router_generator-pkgs/shelf_static-pkgs/shelf_test_handler-pkgs/shelf_web_socket;commands:test_0"
373+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.3 .0;packages:pkgs/shelf-pkgs/shelf_packages_handler-pkgs/shelf_proxy-pkgs/shelf_router-pkgs/shelf_router_generator-pkgs/shelf_static-pkgs/shelf_test_handler-pkgs/shelf_web_socket;commands:test_0"
374374 restore-keys : |
375- os:ubuntu-latest;pub-cache-hosted;sdk:3.0 .0;packages:pkgs/shelf-pkgs/shelf_packages_handler-pkgs/shelf_proxy-pkgs/shelf_router-pkgs/shelf_router_generator-pkgs/shelf_static-pkgs/shelf_test_handler-pkgs/shelf_web_socket
376- os:ubuntu-latest;pub-cache-hosted;sdk:3.0 .0
375+ os:ubuntu-latest;pub-cache-hosted;sdk:3.3 .0;packages:pkgs/shelf-pkgs/shelf_packages_handler-pkgs/shelf_proxy-pkgs/shelf_router-pkgs/shelf_router_generator-pkgs/shelf_static-pkgs/shelf_test_handler-pkgs/shelf_web_socket
376+ os:ubuntu-latest;pub-cache-hosted;sdk:3.3 .0
377377 os:ubuntu-latest;pub-cache-hosted
378378 os:ubuntu-latest
379379 - name : Setup Dart SDK
380380 uses : dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
381381 with :
382- sdk : " 3.0 .0"
382+ sdk : " 3.3 .0"
383383 - id : checkout
384384 name : Checkout repository
385385 uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
@@ -682,13 +682,13 @@ jobs:
682682 - job_003
683683 - job_004
684684 job_011 :
685- name : " unit_test; windows; Dart 3.0 .0; PKGS: pkgs/shelf, pkgs/shelf_test_handler; `dart test --test-randomize-ordering-seed=random -p chrome`"
685+ name : " unit_test; windows; Dart 3.3 .0; PKGS: pkgs/shelf, pkgs/shelf_test_handler; `dart test --test-randomize-ordering-seed=random -p chrome`"
686686 runs-on : windows-latest
687687 steps :
688688 - name : Setup Dart SDK
689689 uses : dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
690690 with :
691- sdk : " 3.0 .0"
691+ sdk : " 3.3 .0"
692692 - id : checkout
693693 name : Checkout repository
694694 uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
@@ -716,13 +716,13 @@ jobs:
716716 - job_003
717717 - job_004
718718 job_012 :
719- name : " unit_test; windows; Dart 3.0 .0; PKGS: pkgs/shelf_packages_handler, pkgs/shelf_static, pkgs/shelf_test_handler, pkgs/shelf_web_socket; `dart test --test-randomize-ordering-seed=random`"
719+ name : " unit_test; windows; Dart 3.3 .0; PKGS: pkgs/shelf_packages_handler, pkgs/shelf_static, pkgs/shelf_test_handler, pkgs/shelf_web_socket; `dart test --test-randomize-ordering-seed=random`"
720720 runs-on : windows-latest
721721 steps :
722722 - name : Setup Dart SDK
723723 uses : dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
724724 with :
725- sdk : " 3.0 .0"
725+ sdk : " 3.3 .0"
726726 - id : checkout
727727 name : Checkout repository
728728 uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
0 commit comments