diff options
author | Kevin Guthrie <[email protected]> | 2024-06-07 13:55:26 -0400 |
---|---|---|
committer | Kevin Guthrie <[email protected]> | 2024-06-07 15:27:38 -0400 |
commit | 7c49ef4758a48698aba11c116259e71e49984d43 (patch) | |
tree | b1a80aa9d57da2e562dbd4638ae1c13fcfd9fceb /.github | |
parent | 216d8e9d92c75d46cba78da9b167fb41dec91ad7 (diff) | |
download | pingora-7c49ef4758a48698aba11c116259e71e49984d43.tar.gz pingora-7c49ef4758a48698aba11c116259e71e49984d43.zip |
Add msrv (1.72) to build-check matrix
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
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. |