Add MSRV to test matrix in GitHub CI

This commit is contained in:
Héctor Ramón Jiménez 2024-09-18 21:03:37 +02:00
parent 72e75e0491
commit cfe912cbc3
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [stable, beta]
rust: [stable, beta, 1.75]
steps:
- uses: hecrj/setup-rust-action@v2
with: