From 53e98c8af71a572c0bfc459b533f9ae7019dc73d Mon Sep 17 00:00:00 2001 From: Filip Filmar Date: Wed, 13 Nov 2024 10:43:12 -0800 Subject: [PATCH] doc: update the version support matrix - 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. --- .github/workflows/main.yaml | 20 -------------------- .github/workflows/test.yml | 2 +- README.md | 9 ++++----- 3 files changed, 5 insertions(+), 26 deletions(-) delete mode 100644 .github/workflows/main.yaml diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml deleted file mode 100644 index f663296..0000000 --- a/.github/workflows/main.yaml +++ /dev/null @@ -1,20 +0,0 @@ -name: Main -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] - schedule: - - cron: "43 17 * * 0" -concurrency: - group: ${{ github.ref }} - cancel-in-progress: true - -jobs: - test-default-features: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: 'Test ICU `main`' - run: 'make DOCKER_TEST_ENV=rust_icu_testenv-current docker-test-current' - diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 225dbd1..3384970 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }}' diff --git a/README.md b/README.md index 7caac86..0135d2d 100644 --- a/README.md +++ b/README.md @@ -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