Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
#
# Tests are not run as tests may require newer versions of Rust.
- 1.33.0
# This is the minimum Rust version we run tests on.
- 1.36.0
- stable
- beta
- nightly
Expand All @@ -37,6 +39,9 @@ jobs:
- build: 1.33.0
os: ubuntu-latest
rust: 1.33.0
- build: 1.36.0
os: ubuntu-latest
rust: 1.36.0
- build: stable
os: ubuntu-latest
rust: stable
Expand Down