Add msrv (1.72) to build-check matrix

This commit is contained in:
Kevin Guthrie 2024-06-07 13:55:26 -04:00 committed by Kevin Guthrie
parent 216d8e9d92
commit 7c49ef4758

View file

@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
# TODO: add nightly
toolchain: [stable]
toolchain: [stable, 1.72]
runs-on: ubuntu-latest
# Only run on "pull_request" event for external PRs. This is to avoid
# duplicate builds for PRs created from internal branches.