@@ -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 : " analyzer_and_format; Dart 3.8 .0; PKGS: pkgs/analysis_defaults, pkgs/dash_design, pkgs/excerpter, pkgs/inject_dartpad; `dart format --output=none --set-exit-if-changed .`, `dart analyze --fatal-infos .`"
42
+ name : " analyzer_and_format; Dart 3.9 .0; PKGS: pkgs/analysis_defaults, pkgs/dash_design, pkgs/excerpter, pkgs/inject_dartpad; `dart format --output=none --set-exit-if-changed .`, `dart analyze --fatal-infos .`"
43
43
runs-on : ubuntu-latest
44
44
steps :
45
45
- name : Cache Pub hosted dependencies
46
46
uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
47
47
with :
48
48
path : " ~/.pub-cache/hosted"
49
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.8 .0;packages:pkgs/analysis_defaults-pkgs/dash_design-pkgs/excerpter-pkgs/inject_dartpad;commands:format-analyze"
49
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.9 .0;packages:pkgs/analysis_defaults-pkgs/dash_design-pkgs/excerpter-pkgs/inject_dartpad;commands:format-analyze"
50
50
restore-keys : |
51
- os:ubuntu-latest;pub-cache-hosted;sdk:3.8 .0;packages:pkgs/analysis_defaults-pkgs/dash_design-pkgs/excerpter-pkgs/inject_dartpad
52
- os:ubuntu-latest;pub-cache-hosted;sdk:3.8 .0
51
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.9 .0;packages:pkgs/analysis_defaults-pkgs/dash_design-pkgs/excerpter-pkgs/inject_dartpad
52
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.9 .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@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
57
57
with :
58
- sdk : " 3.8 .0"
58
+ sdk : " 3.9 .0"
59
59
- id : checkout
60
60
name : Checkout repository
61
61
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -185,23 +185,23 @@ jobs:
185
185
if : " always() && steps.pkgs_inject_dartpad_pub_upgrade.conclusion == 'success'"
186
186
working-directory : pkgs/inject_dartpad
187
187
job_004 :
188
- name : " unit_test; Dart 3.8 .0; PKG: pkgs/excerpter; `dart test`"
188
+ name : " unit_test; Dart 3.9 .0; PKG: pkgs/excerpter; `dart test`"
189
189
runs-on : ubuntu-latest
190
190
steps :
191
191
- name : Cache Pub hosted dependencies
192
192
uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
193
193
with :
194
194
path : " ~/.pub-cache/hosted"
195
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.8 .0;packages:pkgs/excerpter;commands:test"
195
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.9 .0;packages:pkgs/excerpter;commands:test"
196
196
restore-keys : |
197
- os:ubuntu-latest;pub-cache-hosted;sdk:3.8 .0;packages:pkgs/excerpter
198
- os:ubuntu-latest;pub-cache-hosted;sdk:3.8 .0
197
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.9 .0;packages:pkgs/excerpter
198
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.9 .0
199
199
os:ubuntu-latest;pub-cache-hosted
200
200
os:ubuntu-latest
201
201
- name : Setup Dart SDK
202
202
uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
203
203
with :
204
- sdk : " 3.8 .0"
204
+ sdk : " 3.9 .0"
205
205
- id : checkout
206
206
name : Checkout repository
207
207
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
0 commit comments