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 #974

Merged
merged 1 commit into from
Oct 17, 2024
Merged

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 c89eab0..3bae760 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.77", "1.78", "1.79", "1.80", "stable", "beta"]
+        toolchain: ["1.77", "1.78", "1.79", "1.80", "1.81", "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 c89eab0..3bae760 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.77", "1.78", "1.79", "1.80", "stable", "beta"]
+        toolchain: ["1.77", "1.78", "1.79", "1.80", "1.81", "stable", "beta"]
         experimental: [false]
         include:
           - toolchain: "nightly"
```
@github-actions github-actions bot enabled auto-merge (squash) October 17, 2024 18:45
@github-actions github-actions bot merged commit 972a769 into main Oct 17, 2024
33 checks passed
@github-actions github-actions bot deleted the add_new_rust_to_matrix branch October 17, 2024 18:57
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