Skip to content

Commit 45f0664

Browse files
obi1kenobigithub-actions
and
github-actions
authored
Add next Rust minor to test matrix (#1004)
Automation to ensure we test on all supported Rust versions as new stable Rust versions are released. The following is the output from `git diff`: ```diff diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6dbcbf6..3159026 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -169,7 +169,7 @@ jobs: # # Also make sure to update the MSRV in the cargo-semver-checks-action CI: # https://github.com/obi1kenobi/cargo-semver-checks-action/blob/main/.github/workflows/test-action.yml#L18 - toolchain: ["1.80", "1.81", "stable", "beta"] + toolchain: ["1.80", "1.81", "1.82", "stable", "beta"] experimental: [false] include: - toolchain: "nightly" ``` Co-authored-by: github-actions <[email protected]>
1 parent 8185245 commit 45f0664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
#
170170
# Also make sure to update the MSRV in the cargo-semver-checks-action CI:
171171
# https://github.com/obi1kenobi/cargo-semver-checks-action/blob/main/.github/workflows/test-action.yml#L18
172-
toolchain: ["1.80", "1.81", "stable", "beta"]
172+
toolchain: ["1.80", "1.81", "1.82", "stable", "beta"]
173173
experimental: [false]
174174
include:
175175
- toolchain: "nightly"

0 commit comments

Comments
 (0)