Skip to content

Commit 4d163a9

Browse files
committed
Switch to icu77
1 parent ce91892 commit 4d163a9

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

run_config.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
},
225225
{
226226
"run": {
227-
"icu_version": "icu74",
227+
"icu_version": "icu77",
228228
"exec": "dart_native",
229229
"test_type": [
230230
"collation",
@@ -236,6 +236,26 @@
236236
"per_execution": 10000
237237
}
238238
},
239+
{
240+
"prereq": {
241+
"name": "nvm 24.0.0, icu77.1",
242+
"version": "24.0.0",
243+
"command": "nvm install 24.0.0;nvm use 24.0.0 --silent"
244+
},
245+
"run": {
246+
"icu_version": "icu76",
247+
"exec": "dart_web",
248+
"test_type": [
249+
"collation",
250+
"datetime_fmt",
251+
"number_fmt",
252+
"lang_names",
253+
"plural_rules",
254+
"list_fmt"
255+
],
256+
"per_execution": 10000
257+
}
258+
},
239259
{
240260
"prereq": {
241261
"name": "nvm",

0 commit comments

Comments
 (0)