Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ICU4J Maven build profile for ICU4J v76 #344

Merged
merged 2 commits into from
Nov 14, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add v76 to the ICU4J run configs
  • Loading branch information
echeran committed Nov 13, 2024
commit f9559d9bfd0481c79cc6c93f1f61623fd8741df2
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
Loading