Skip to content

Commit 78fdc47

Browse files
committed
Run tests on Rust 1.37
1 parent e076bee commit 78fdc47

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/bors.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
status = [
22
"test (1.33.0)",
33
"test (1.36.0)",
4+
"test (1.37.0)",
45
"test (stable)",
56
"test (beta)",
67
"test (nightly)",

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
# Rust version in README.md.
2626
- 1.33.0
2727
- 1.36.0
28+
- 1.37.0
2829
- stable
2930
- beta
3031
- nightly
@@ -40,6 +41,9 @@ jobs:
4041
- build: 1.36.0
4142
os: ubuntu-latest
4243
rust: 1.36.0
44+
- build: 1.37.0
45+
os: ubuntu-latest
46+
rust: 1.37.0
4347
- build: stable
4448
os: ubuntu-latest
4549
rust: stable

0 commit comments

Comments
 (0)