Skip to content

Phase 1: Add matrix strategy for Rust versions #178

@RAprogramm

Description

@RAprogramm

Task

Test on multiple Rust versions (MSRV, stable) using matrix strategy.

Implementation

strategy:
  fail-fast: false
  matrix:
    rust: 
      - ${{ needs.msrv.outputs.msrv }}
      - stable

Benefits

  • Catch version-specific bugs
  • Ensure MSRV compatibility
  • Test against latest stable

Acceptance Criteria

  • Matrix strategy added to CI
  • Tests run on MSRV
  • Tests run on stable
  • Both versions must pass

Parent: #175

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions