ci: try with 1.87 beta

This commit is contained in:
Alice Ryhl 2025-04-22 13:27:11 +02:00
parent 1434b32b5a
commit a86e576043
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ auto_cancellation: $CIRRUS_BRANCH != 'master' && $CIRRUS_BRANCH !=~ 'tokio-.*'
freebsd_instance:
image_family: freebsd-14-2
env:
RUST_STABLE: stable
RUST_STABLE: beta
RUST_NIGHTLY: nightly-2025-01-25
RUSTFLAGS: -D warnings

View File

@ -15,7 +15,7 @@ env:
RUST_BACKTRACE: 1
RUSTUP_WINDOWS_PATH_ADD_BIN: 1
# Change to specific Rust release to pin
rust_stable: stable
rust_stable: beta
rust_nightly: nightly-2025-01-25
# Pin a specific miri version
rust_miri_nightly: nightly-2025-01-25

View File

@ -17,7 +17,7 @@ env:
LOOM_MAX_BRANCHES: 10000
RUST_BACKTRACE: 1
# Change to specific Rust release to pin
rust_stable: stable
rust_stable: beta
permissions:
contents: read