aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorKevin Guthrie <[email protected]>2024-06-07 13:55:26 -0400
committerKevin Guthrie <[email protected]>2024-06-07 15:27:38 -0400
commit7c49ef4758a48698aba11c116259e71e49984d43 (patch)
treeb1a80aa9d57da2e562dbd4638ae1c13fcfd9fceb /.github
parent216d8e9d92c75d46cba78da9b167fb41dec91ad7 (diff)
downloadpingora-7c49ef4758a48698aba11c116259e71e49984d43.tar.gz
pingora-7c49ef4758a48698aba11c116259e71e49984d43.zip
Add msrv (1.72) to build-check matrix
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
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.