From 7c49ef4758a48698aba11c116259e71e49984d43 Mon Sep 17 00:00:00 2001 From: Kevin Guthrie Date: Fri, 7 Jun 2024 13:55:26 -0400 Subject: Add msrv (1.72) to build-check matrix --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 21a0e69..0cad143 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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. -- cgit v1.2.3