Skip to content

Commit

Permalink
XXX TBD try util-msrv with 1.63 as well as 1.56 - XXX TODO REVERT in …
Browse files Browse the repository at this point in the history
…favor of merging other PR rust-lang#2907
  • Loading branch information
brodycj committed Jan 7, 2025
1 parent 6de2e66 commit e997d35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,15 @@ jobs:
util-msrv:
name: cargo +${{ matrix.rust }} build
strategy:
# XXX TODO REMOVE ONCE GENERAL MSRV IS UPDATED AS PROPOSED IN OTHER PR #2907
fail-fast: false
matrix:
rust:
# This is the minimum Rust version supported by futures, futures-util, futures-task, futures-macro, futures-executor, futures-channel, futures-test.
# When updating this, the reminder to update the minimum required version in README.md and Cargo.toml.
# XXX TODO USE SINGLE, UPDATED MSRV AS PROPOSED IN OTHER PR #2907
- '1.56'
- '1.63'
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
Expand Down

0 comments on commit e997d35

Please sign in to comment.