Skip to content

Commit 8c11025

Browse files
bors[bot]taiki-e
andauthored
Merge #137
137: Run tests on Rust 1.36 r=taiki-e a=taiki-e This is the minimum Rust version we can actually run tests on because the current test depends on the elision rules introduced in rust-lang/rust#61207. Co-authored-by: Taiki Endo <[email protected]>
2 parents fb882c8 + af2c159 commit 8c11025

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
#
2626
# Tests are not run as tests may require newer versions of Rust.
2727
- 1.33.0
28+
# This is the minimum Rust version we run tests on.
29+
- 1.36.0
2830
- stable
2931
- beta
3032
- nightly
@@ -37,6 +39,9 @@ jobs:
3739
- build: 1.33.0
3840
os: ubuntu-latest
3941
rust: 1.33.0
42+
- build: 1.36.0
43+
os: ubuntu-latest
44+
rust: 1.36.0
4045
- build: stable
4146
os: ubuntu-latest
4247
rust: stable

0 commit comments

Comments
 (0)