Skip to content

Commit

Permalink
update MSRV in CI
Browse files Browse the repository at this point in the history
required for der
  • Loading branch information
Keruspe committed Apr 25, 2024
1 parent 13ed6ae commit 31aec62
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
# os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest]
rust: [nightly, beta, stable, 1.63.0]
os: [ubuntu-latest, windows-latest, macos-latest]
rust: [nightly, beta, stable, 1.65.0]
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 31aec62

Please sign in to comment.