Skip to content

Commit 0b1a2fb

Browse files
authored
Add reminder to update MSRV in GH Action's CI suite. (#709)
1 parent 3b4964d commit 0b1a2fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ jobs:
154154
# IMPORTANT: When updating the versions here, make sure you also update
155155
# the `fails-on-too-old-rustc` job and its error message to
156156
# to account for the raised minimum required version.
157+
#
158+
# Also make sure to update the MSRV in the cargo-semver-checks-action CI:
159+
# https://github.com/obi1kenobi/cargo-semver-checks-action/blob/main/.github/workflows/test-action.yml#L18
157160
toolchain: ["1.74", "1.75", "stable", "beta"]
158161
experimental: [false]
159162
include:

0 commit comments

Comments
 (0)