Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add next Rust minor to test matrix #1004

Merged
merged 2 commits into from
Nov 29, 2024
Merged

Add next Rust minor to test matrix #1004

merged 2 commits into from
Nov 29, 2024

Conversation

obi1kenobi
Copy link
Owner

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 --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"

…able 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"
```
@github-actions github-actions bot enabled auto-merge (squash) November 28, 2024 18:46
@obi1kenobi obi1kenobi disabled auto-merge November 29, 2024 23:41
@obi1kenobi obi1kenobi enabled auto-merge (squash) November 29, 2024 23:49
@obi1kenobi obi1kenobi merged commit 45f0664 into main Nov 29, 2024
31 checks passed
@obi1kenobi obi1kenobi deleted the add_new_rust_to_matrix branch November 29, 2024 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant