Skip to content

Commit

Permalink
chore: release a new buildenv (1.82.0) and a new ToT builder
Browse files Browse the repository at this point in the history
  • Loading branch information
filmil committed Nov 13, 2024
1 parent 5b1fc10 commit 3513800
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 :=

Expand Down

0 comments on commit 3513800

Please sign in to comment.