Skip to content

Commit

Permalink
fix: Incorrect comment in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Jun 10, 2024
1 parent 50e6d55 commit a7a2906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
with:
repo: ${{ github.repository }}
# NOTE: As of commit 25f06bd, the minimum MSRV found in the workspace is 1.68.
# This value should be as low as possible to avoid needlessly checking older versions.
# This value should be as high as possible to avoid needlessly checking older versions.
min: 1.68.0

# NOTE: In GitHub repository settings, the "Require status checks to pass
Expand Down

0 comments on commit a7a2906

Please sign in to comment.