mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-20 18:23:41 +00:00
Set up MSRV in CI (fixes #979)
This commit is contained in:
committed by
Benjamin Saunders
parent
ac029a55d9
commit
5bedbbf666
@@ -12,12 +12,16 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
rust: [stable, beta]
|
||||
rust: [stable, beta, 1.45.0]
|
||||
exclude:
|
||||
- os: macos-latest
|
||||
rust: beta
|
||||
- os: macos-latest
|
||||
rust: 1.45.0
|
||||
- os: windows-latest
|
||||
rust: beta
|
||||
- os: windows-latest
|
||||
rust: 1.45.0
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user