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