Skip to content

Commit

Permalink
doc: update the version support matrix
Browse files Browse the repository at this point in the history
- Retired rust_icu 3.0.
- Retired support for ICU 70 to 73.
- Added a notice that rust_icu compiles well under 76.0, given the new compile workflow.
- We skipped ICU 75, but I'm fairly confident it would have worked.
  • Loading branch information
filmil committed Nov 13, 2024
1 parent 70c0e26 commit 53e98c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 26 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/main.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
icu_version: [63, 72, 73, 74]
icu_version: [63, 73, 74]
steps:
- uses: actions/checkout@v2
- name: 'Test ICU version ${{ matrix.icu_version }}'
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,10 @@ The compatibility guarantee is as follows:
2. Automated tests are executed for the ICU library version in use by the docs.rs
system (so the documentation could be built).

`rust_icu` version | ICU 63.x | ICU 70.1 | ICU 71.1 | ICU 72.1 | ICU 73.1 | ICU 74.1 |
-------------------- | -------- | -------- | -------- | -------- | -------- | -------- |
3.0 | ✅ | ✅ | ✅ | ✅ | | |
4.0 | ✅ | | ✅ | ✅ | ✅ | |
5.0 | ✅ | | | ✅ | ✅ | ✅ |
`rust_icu` version | ICU 63.x | ICU 73.1 | ICU 74.1 | ICU 75.0 | ICU 76.0 |
-------------------- | -------- | -------- | -------- | -------- | -------- |
4.0 | ✅ | ✅ | | | |
5.0 | ✅ | ✅ | ✅ | X | ✅ |

# Features

Expand Down

0 comments on commit 53e98c8

Please sign in to comment.