Skip to content

Commit

Permalink
Add reminder to update MSRV in GH Action's CI suite. (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Mar 19, 2024
1 parent 3b4964d commit 0b1a2fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ jobs:
# IMPORTANT: When updating the versions here, make sure you also update
# the `fails-on-too-old-rustc` job and its error message to
# to account for the raised minimum required version.
#
# 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", "stable", "beta"]
experimental: [false]
include:
Expand Down

0 comments on commit 0b1a2fb

Please sign in to comment.