Skip to content

Commit

Permalink
Explicitly add Rust 1.68 to the test suite. (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Apr 21, 2023
1 parent b3b8c33 commit 962a22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
toolchain: ["1.65", "1.66", "1.67", "stable", "beta"]
toolchain: ["1.65", "1.66", "1.67", "1.68", "stable", "beta"]
experimental: [false]
include:
- toolchain: "nightly"
Expand Down

0 comments on commit 962a22e

Please # to comment.