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

Merged
merged 1 commit into from
May 2, 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 b0fe5e1..4cd52df 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -157,7 +157,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.74", "1.75", "1.76", "stable", "beta"]
+        toolchain: ["1.74", "1.75", "1.76", "1.77", "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 b0fe5e1..4cd52df 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -157,7 +157,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.74", "1.75", "1.76", "stable", "beta"]
+        toolchain: ["1.74", "1.75", "1.76", "1.77", "stable", "beta"]
         experimental: [false]
         include:
           - toolchain: "nightly"
```
@obi1kenobi obi1kenobi enabled auto-merge (squash) May 2, 2024 14:01
@obi1kenobi obi1kenobi merged commit 5f668f1 into main May 2, 2024
32 checks passed
@obi1kenobi obi1kenobi deleted the add_new_rust_to_matrix branch May 2, 2024 14:02
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