File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,17 +15,16 @@ jobs:
1515 strategy :
1616 matrix :
1717 build :
18- # MSRV, stable, and next.
19- - pinned
18+ - msrv
2019 - stable
2120 - nightly
2221 # Use nightly for these because that's what release does.
2322 - win-msvc
2423 - macos
2524 include :
26- - build : pinned
25+ - build : msrv
2726 os : ubuntu-22.04
28- rust : 1.48 .0
27+ rust : 1.63 .0
2928
3029 - build : stable
3130 os : ubuntu-22.04
Original file line number Diff line number Diff line change 11# https://launchpad.net/rustc
22# https://packages.debian.org/stable/rustc
33# https://software.opensuse.org/package/rust
4- image : rust:1.48 .0-buster
4+ image : rust:1.63 .0-slim-bullseye # should actually be bookworm
55
66rustfmt :
77 script :
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ repository = "https://gitlab.com/mkjeldsen/commitmsgfmt"
99readme = " README.md"
1010license = " Apache-2.0"
1111edition = " 2018"
12+ rust-version = " 1.63.0"
1213
1314[dependencies ]
1415unicode-segmentation = " 1.10.1"
You can’t perform that action at this time.
0 commit comments