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

Merged
merged 1 commit into from
Sep 5, 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 1712f82..ca7d480 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", "stable", "beta"]
+        toolchain: ["1.77", "1.78", "1.79", "1.80", "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 1712f82..ca7d480 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", "stable", "beta"]
+        toolchain: ["1.77", "1.78", "1.79", "1.80", "stable", "beta"]
         experimental: [false]
         include:
           - toolchain: "nightly"
```
@github-actions github-actions bot enabled auto-merge (squash) September 5, 2024 18:42
@github-actions github-actions bot merged commit 8b2a51b into main Sep 5, 2024
33 checks passed
@github-actions github-actions bot deleted the add_new_rust_to_matrix branch September 5, 2024 18:55
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