Skip to content

Commit

Permalink
stabilize ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Kayshev committed Mar 10, 2022
1 parent 64724b1 commit b9c5569
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 @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [1.51.0, stable]
rust: [1.54.0, stable]
steps:
- uses: actions/checkout@main
- uses: actions-rs/toolchain@v1
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [1.52.0, stable, beta]
rust: [1.54.0, stable, beta]
redis-version: [6]
steps:
- uses: actions/checkout@main
Expand Down

0 comments on commit b9c5569

Please sign in to comment.