Skip to content

Commit

Permalink
ci: only support latest 6 releases
Browse files Browse the repository at this point in the history
we were already at 1.70
  • Loading branch information
hoodie committed Nov 22, 2023
1 parent 47cc7d6 commit 31f9a25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
rust:
- stable
- beta
- stable minus 8 releases
- stable minus 6 releases
feature:
- d
- d,images
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
rust:
- stable
- beta
- stable minus 8 releases
- stable minus 6 releases
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
rust:
- stable
- beta
- stable minus 8 releases
- stable minus 6 releases
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit 31f9a25

Please sign in to comment.