From a7a2906cf9d8aec0485d78eb4e8718c7c17a7bba Mon Sep 17 00:00:00 2001 From: Mahmoud Mazouz Date: Mon, 10 Jun 2024 10:57:33 +0200 Subject: [PATCH] fix: Incorrect comment in CI workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 002972d3a1..b9bf688246 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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