Skip to content

Commit

Permalink
Re-add more dart versions: 74, 75, and 76 after fixing extraneous err…
Browse files Browse the repository at this point in the history
…or logging (unicode-org#392)

* Revert "Revert "Add more dart versions: 74, 75, and 76" (unicode-org#389)"

This reverts commit e1dfd41.

* Update executors/dart_native/bin/executor.dart
  • Loading branch information
sven-oly authored Jan 15, 2025
1 parent 8442f7c commit dc029e8
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions run_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,60 @@
"per_execution": 10000
}
},
{
"prereq": {
"name": "nvm",
"version": "23.3.0",
"command": "nvm install 23.3.0;nvm use 23.3.0 --silent"
},
"run": {
"icu_version": "icu76",
"exec": "dart_web",
"test_type": [
"collation",
"number_fmt",
"lang_names",
"likely_subtags"
],
"per_execution": 10000
}
},
{
"prereq": {
"name": "nvm",
"version": "22.6.0",
"command": "nvm install 22.6.0;nvm use 22.6.0 --silent"
},
"run": {
"icu_version": "icu75",
"exec": "dart_web",
"test_type": [
"collation",
"number_fmt",
"lang_names",
"likely_subtags"
],
"per_execution": 10000
}
},
{
"prereq": {
"name": "nvm",
"version": "21.6.0",
"command": "nvm install 21.6.0;nvm use 21.6 --silent"
},
"run": {
"icu_version": "icu74",
"exec": "dart_web",
"test_type": [
"collation",
"number_fmt",
"lang_names",
"likely_subtags"
],
"per_execution": 10000
}
},
{
"prereq": {
"name": "nvm",
Expand Down

0 comments on commit dc029e8

Please sign in to comment.