Skip to content

Commit

Permalink
XXX try core-msrv with MSRV 1.41.0 as well as 1.36.0 - XXX TODO rever…
Browse files Browse the repository at this point in the history
…t in favor of other PR when merged: #2906
  • Loading branch information
brodycj committed Jan 7, 2025
1 parent 7bb6a31 commit 43ef5ad
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 @@ -67,11 +67,15 @@ jobs:
core-msrv:
name: cargo +${{ matrix.rust }} build (futures-{core, io, sink})
strategy:
# XXX TODO REMOVE ONCE CORE MSRV IS UPDATED AS PROPOSED IN OTHER PR #2906
fail-fast: false
matrix:
rust:
# This is the minimum Rust version supported by futures-core, futures-io, futures-sink.
# 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 #2906
- '1.36'
- '1.41.0'
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
Expand Down

0 comments on commit 43ef5ad

Please sign in to comment.