helix/.github/workflows
Michael Davis 92df5a5425 check MSRV in CI
It's very easy to use new rust features without realizing it since
the CI and local development workflows may use the latest rust version.
We try to keep some backwards compatibility with rust versions to make
packaging easier for some OS-level package-managers like Void Linux's.
See #1881.

This change runs the "Check" step for the pinned version of rust in
the rust-toolchain.toml file as well as the MSRV version in a matrix.
In order to bump the MSRV, we need to edit

    .github/workflows/msrv-rust-toolchain.toml

This commit sets the MSRV as 1.60.0 but a later child commit will
reduce the MSRV back to 1.57.0.

Closes #2482.
2022-05-24 01:05:19 +09:00
..
build.yml check MSRV in CI 2022-05-24 01:05:19 +09:00
cachix.yml build(deps): bump cachix/install-nix-action from 16 to 17 (#2081) 2022-04-11 18:34:39 -05:00
gh-pages.yml Deploy docs for master separately (#1783) 2022-03-14 11:46:40 +09:00
languages.toml ensure rust grammar is available in CI 2022-03-10 17:31:57 +09:00
msrv-rust-toolchain.toml check MSRV in CI 2022-05-24 01:05:19 +09:00
release.yml inherit rust toolchain channel from rust-toolchain.toml 2022-05-24 01:05:19 +09:00