From 3513800dd35ec04a245b41c379e543a40477a485 Mon Sep 17 00:00:00 2001 From: Filip Filmar Date: Tue, 12 Nov 2024 21:33:29 -0800 Subject: [PATCH] chore: release a new buildenv (1.82.0) and a new ToT builder --- .github/workflows/test.yml | 11 +++++++++++ Makefile | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f813627..225dbd1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -62,3 +62,14 @@ jobs: run: make macos-test - if: matrix.runs-on == 'ubuntu-latest' run: make test + test-main-branch: + runs-on: ubuntu-latest + strategy: + matrix: + icu_version: [74] + steps: + - uses: actions/checkout@v2 + - name: 'Test ICU `main`' + run: | + make DOCKER_TEST_ENV=rust_icu_testenv-current RUST_ICU_MAJOR_VERSION_NUMBER=${{matrix.icu_version}} docker-test-current + diff --git a/Makefile b/Makefile index ded4ed7..2b6623b 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ endif # make USED_BUILDENV_VERSION=whatever-you-want docker-test # # NOTE: This version number is completely independent of the crate version. -USED_BUILDENV_VERSION ?= 1.74.0 +USED_BUILDENV_VERSION ?= 1.82.0 CARGO_FEATURE_VERSION :=