Skip to content

Commit f98b446

Browse files
committed
Check metrics-observer MSRV in CI
1 parent 816c461 commit f98b446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# the rust-toolchain.toml file as metrics-observer requires 1.74 to build. See
4949
# https://github.com/metrics-rs/metrics/pull/505#discussion_r1724092556 for more information.
5050
matrix:
51-
rust_version: ['stable', 'nightly', '1.71.1']
51+
rust_version: ['stable', 'nightly', '1.74.0', '1.71.1']
5252
include:
5353
- rust_version: '1.71.1'
5454
exclude-packages: '--exclude metrics-observer'

0 commit comments

Comments
 (0)