From 9dcfa7248d98b52141b9aeab2687921aca4d9fde Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Fri, 19 Nov 2021 11:31:58 -0800 Subject: [PATCH] doc clarity: prefer number of releases over time frame --- .github/workflows/test.yml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 94f310ce7..67909251e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: @@ -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: @@ -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: