Skip to content

Commit

Permalink
doc clarity: prefer number of releases over time frame
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Nov 19, 2021
1 parent 01c7545 commit 9dcfa72
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@ jobs:
strategy:
matrix:
container_image:
# We aim to support at least the last 6 months of rust toolchains, so
# run on MSRV and the most recent two releases.
# We aim to support rust-stable plus (at least) the prior 3 releases,
# giving us about 6 months of coverage.
#
# We omit some of the middle releases for faster CI runs.
# Minimum supported rust versino (MSRV)
- "georust/geo-ci:rust-1.51"
# Two most recent releases - we omit older ones for expedient CI
- "georust/geo-ci:rust-1.55"
- "georust/geo-ci:rust-1.56"
container:
Expand All @@ -60,11 +61,12 @@ jobs:
strategy:
matrix:
container_image:
# We aim to support at least the last 6 months of rust toolchains, so
# run on MSRV and the most recent two releases.
# We aim to support rust-stable plus (at least) the prior 3 releases,
# giving us about 6 months of coverage.
#
# We omit some of the middle releases for faster CI runs.
# Minimum supported rust versino (MSRV)
- "georust/geo-ci:rust-1.51"
# Two most recent releases - we omit older ones for expedient CI
- "georust/geo-ci:rust-1.55"
- "georust/geo-ci:rust-1.56"
container:
Expand All @@ -86,11 +88,12 @@ jobs:
strategy:
matrix:
container_image:
# We aim to support at least the last 6 months of rust toolchains, so
# run on MSRV and the most recent two releases.
# We aim to support rust-stable plus (at least) the prior 3 releases,
# giving us about 6 months of coverage.
#
# We omit some of the middle releases for faster CI runs.
# Minimum supported rust versino (MSRV)
- "georust/geo-ci:rust-1.51"
# Two most recent releases - we omit older ones for expedient CI
- "georust/geo-ci:rust-1.55"
- "georust/geo-ci:rust-1.56"
container:
Expand Down

0 comments on commit 9dcfa72

Please sign in to comment.