Skip to content

Commit

Permalink
Add v76 to the ICU4J run configs
Browse files Browse the repository at this point in the history
  • Loading branch information
echeran committed Nov 13, 2024
1 parent 10a20a9 commit f9559d9
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions run_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@
"lang_names",
"likely_subtags",
"list_fmt",
"message_fmt2",
"number_fmt",
"plural_rules",
"rdt_fmt"
Expand All @@ -396,15 +397,23 @@
},
{
"prereq": {
"name": "mvn-icu4j-75-shaded",
"version": "75",
"command": "mvn -q -P icu75 -f ../executors/icu4j/74/executor-icu4j/pom.xml package -DskipTests=true"
"name": "mvn-icu4j-76-shaded",
"version": "76",
"command": "mvn -q -P icu76 -f ../executors/icu4j/74/executor-icu4j/pom.xml package"
},
"run": {
"icu_version": "icu75",
"icu_version": "icu76",
"exec": "icu4j",
"test_type": [
"message_fmt2"
"collation_short",
"datetime_fmt",
"lang_names",
"likely_subtags",
"list_fmt",
"message_fmt2",
"number_fmt",
"plural_rules",
"rdt_fmt"
],
"per_execution": 10000
}
Expand Down

0 comments on commit f9559d9

Please sign in to comment.