Skip to content

Commit 2ae3b51

Browse files
committed
fix run config
1 parent c26a6b5 commit 2ae3b51

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

run_config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
"command": "nvm install 24.0.0;nvm use 24.0.0 --silent"
269269
},
270270
"run": {
271-
"icu_version": "icu76",
271+
"icu_version": "icu77",
272272
"exec": "dart_web",
273273
"test_type": [
274274
"collation",
@@ -312,6 +312,7 @@
312312
"exec": "dart_web",
313313
"test_type": [
314314
"collation",
315+
"datetime_fmt",
315316
"number_fmt",
316317
"lang_names",
317318
"plural_rules",
@@ -331,6 +332,7 @@
331332
"exec": "dart_web",
332333
"test_type": [
333334
"collation",
335+
"datetime_fmt",
334336
"number_fmt",
335337
"lang_names",
336338
"plural_rules",
@@ -350,6 +352,7 @@
350352
"exec": "dart_web",
351353
"test_type": [
352354
"collation",
355+
"datetime_fmt",
353356
"number_fmt",
354357
"lang_names",
355358
"plural_rules",

0 commit comments

Comments
 (0)