Skip to content

Commit

Permalink
Merge pull request #1091 from jayvdb/ci-msrv
Browse files Browse the repository at this point in the history
Add MSRV 1.63 to CI
  • Loading branch information
Keruspe committed Sep 11, 2024
2 parents 317c7ea + 7b3839b commit fa29b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [nightly, beta, stable]
rust: [nightly, beta, stable, 1.63]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit fa29b50

Please sign in to comment.