Skip to content

Commit 02dcd1a

Browse files
committed
fix(ci): hardcode MSRV in job name (env context unavailable there)
1 parent ff059c8 commit 02dcd1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
# LSP e2e tests are marked #[ignore] — run locally with: cargo test -- --ignored
7171

7272
msrv:
73-
name: Minimum Supported Rust Version (${{ env.MSRV }})
73+
name: Minimum Supported Rust Version (1.75)
7474
runs-on: ubuntu-latest
7575
steps:
7676
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)