Skip to content

Commit

Permalink
ci: test and build against msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiokjr committed Sep 25, 2024
1 parent 10a14e7 commit 29766df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
version: ["1.64.0", stable, nightly]
version: ["1.63", stable, nightly]
env:
RUSTUP_TOOLCHAIN: ${{ matrix.version }}
steps:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
version: ["1.64.0", stable, nightly]
version: ["1.63", stable, nightly]
env:
RUSTUP_TOOLCHAIN: ${{ matrix.version }}
steps:
Expand Down

0 comments on commit 29766df

Please sign in to comment.