@@ -16,23 +16,23 @@ permissions: read-all
16
16
17
17
jobs :
18
18
job_001 :
19
- name : " unit_test; linux; Dart 3.4 .0; PKGS: dartfn, functions_framework_builder, google_cloud, integration_test; `dart test`"
19
+ name : " unit_test; linux; Dart 3.5 .0; PKGS: dartfn, functions_framework_builder, google_cloud, integration_test; `dart test`"
20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Cache Pub hosted dependencies
23
23
uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
24
24
with :
25
25
path : " ~/.pub-cache/hosted"
26
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.4 .0;packages:dartfn-functions_framework_builder-google_cloud-integration_test;commands:test_0"
26
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0;packages:dartfn-functions_framework_builder-google_cloud-integration_test;commands:test_0"
27
27
restore-keys : |
28
- os:ubuntu-latest;pub-cache-hosted;sdk:3.4 .0;packages:dartfn-functions_framework_builder-google_cloud-integration_test
29
- os:ubuntu-latest;pub-cache-hosted;sdk:3.4 .0
28
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0;packages:dartfn-functions_framework_builder-google_cloud-integration_test
29
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0
30
30
os:ubuntu-latest;pub-cache-hosted
31
31
os:ubuntu-latest
32
32
- name : Setup Dart SDK
33
33
uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
34
34
with :
35
- sdk : " 3.4 .0"
35
+ sdk : " 3.5 .0"
36
36
- id : checkout
37
37
name : Checkout repository
38
38
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
@@ -73,23 +73,23 @@ jobs:
73
73
if : " always() && steps.integration_test_pub_upgrade.conclusion == 'success'"
74
74
working-directory : integration_test
75
75
job_002 :
76
- name : " unit_test; linux; Dart 3.4 .0; PKG: google_cloud; `./tool/docker_test_script.sh`"
76
+ name : " unit_test; linux; Dart 3.5 .0; PKG: google_cloud; `./tool/docker_test_script.sh`"
77
77
runs-on : ubuntu-latest
78
78
steps :
79
79
- name : Cache Pub hosted dependencies
80
80
uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
81
81
with :
82
82
path : " ~/.pub-cache/hosted"
83
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.4 .0;packages:google_cloud;commands:command"
83
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0;packages:google_cloud;commands:command"
84
84
restore-keys : |
85
- os:ubuntu-latest;pub-cache-hosted;sdk:3.4 .0;packages:google_cloud
86
- os:ubuntu-latest;pub-cache-hosted;sdk:3.4 .0
85
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0;packages:google_cloud
86
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0
87
87
os:ubuntu-latest;pub-cache-hosted
88
88
os:ubuntu-latest
89
89
- name : Setup Dart SDK
90
90
uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
91
91
with :
92
- sdk : " 3.4 .0"
92
+ sdk : " 3.5 .0"
93
93
- id : checkout
94
94
name : Checkout repository
95
95
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
@@ -280,23 +280,23 @@ jobs:
280
280
if : " always() && steps.integration_test_pub_upgrade.conclusion == 'success'"
281
281
working-directory : integration_test
282
282
job_005 :
283
- name : " unit_test; macos; Dart 3.4 .0; PKG: google_cloud; `dart test`"
283
+ name : " unit_test; macos; Dart 3.5 .0; PKG: google_cloud; `dart test`"
284
284
runs-on : macos-latest
285
285
steps :
286
286
- name : Cache Pub hosted dependencies
287
287
uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
288
288
with :
289
289
path : " ~/.pub-cache/hosted"
290
- key : " os:macos-latest;pub-cache-hosted;sdk:3.4 .0;packages:google_cloud;commands:test_0"
290
+ key : " os:macos-latest;pub-cache-hosted;sdk:3.5 .0;packages:google_cloud;commands:test_0"
291
291
restore-keys : |
292
- os:macos-latest;pub-cache-hosted;sdk:3.4 .0;packages:google_cloud
293
- os:macos-latest;pub-cache-hosted;sdk:3.4 .0
292
+ os:macos-latest;pub-cache-hosted;sdk:3.5 .0;packages:google_cloud
293
+ os:macos-latest;pub-cache-hosted;sdk:3.5 .0
294
294
os:macos-latest;pub-cache-hosted
295
295
os:macos-latest
296
296
- name : Setup Dart SDK
297
297
uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
298
298
with :
299
- sdk : " 3.4 .0"
299
+ sdk : " 3.5 .0"
300
300
- id : checkout
301
301
name : Checkout repository
302
302
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
0 commit comments