Skip to content

Commit

Permalink
Bump ICU_jll to v74.1 (#27)
Browse files Browse the repository at this point in the history
* fix library suffix to use v69

* bump ICU_jll to v74.1

* add ICU_jll to compat

* [CI]: update julia version

* [CI]: fix version name
  • Loading branch information
qwjyh authored Dec 6, 2023
1 parent 5793f5b commit 2e633a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
fail-fast: false
matrix:
version:
- '1.5'
- '1.6'
- '1.9'
- 'nightly'
os:
- ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ test = ["Test"]
julia = "1"
ModuleInterfaceTools = "1"
StrBase = "1"
ICU_jll = "=74.1.0"
2 changes: 1 addition & 1 deletion src/StrICU.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ using ModuleInterfaceTools
using ICU_jll

# for now, just leave this hardcoded, until I can see how to get the version from ICU_jll
const suffix = "_68"
const suffix = "_74"
const iculib = ICU_jll.libicuuc
const iculibi18n = ICU_jll.libicui18n

Expand Down

0 comments on commit 2e633a1

Please sign in to comment.