Skip to content

Commit 56210ef

Browse files
committed
Add CI for Rust 1.62 has_total_cmp
1 parent d664758 commit 56210ef

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
1.44.0, # has_to_int_unchecked
2121
1.46.0, # has_leading_trailing_ones
2222
1.53.0, # has_is_subnormal
23+
1.62.0, # has_total_cmp
2324
stable,
2425
beta,
2526
nightly,

bors.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ status = [
66
"Test (1.44.0)",
77
"Test (1.46.0)",
88
"Test (1.53.0)",
9+
"Test (1.62.0)",
910
"Test (stable)",
1011
"Test (beta)",
1112
"Test (nightly)",

ci/rustup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
set -ex
66

77
ci=$(dirname $0)
8-
for version in 1.31.0 1.35.0 1.37.0 1.38.0 1.44.0 1.46.0 1.53.0 stable beta nightly; do
8+
for version in 1.31.0 1.35.0 1.37.0 1.38.0 1.44.0 1.46.0 1.53.0 1.62.0 stable beta nightly; do
99
rustup run "$version" "$ci/test_full.sh"
1010
done

0 commit comments

Comments
 (0)