Skip to content

Commit

Permalink
omit some rust versions for expediant CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Nov 19, 2021
1 parent 969cb19 commit 01c7545
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ 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 omit some of the middle releases for faster CI runs.
- "georust/geo-ci:rust-1.51"
- "georust/geo-ci:rust-1.52"
- "georust/geo-ci:rust-1.53"
- "georust/geo-ci:rust-1.54"
- "georust/geo-ci:rust-1.55"
- "georust/geo-ci:rust-1.56"
container:
Expand All @@ -59,10 +60,11 @@ 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 omit some of the middle releases for faster CI runs.
- "georust/geo-ci:rust-1.51"
- "georust/geo-ci:rust-1.52"
- "georust/geo-ci:rust-1.53"
- "georust/geo-ci:rust-1.54"
- "georust/geo-ci:rust-1.55"
- "georust/geo-ci:rust-1.56"
container:
Expand All @@ -84,10 +86,11 @@ 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 omit some of the middle releases for faster CI runs.
- "georust/geo-ci:rust-1.51"
- "georust/geo-ci:rust-1.52"
- "georust/geo-ci:rust-1.53"
- "georust/geo-ci:rust-1.54"
- "georust/geo-ci:rust-1.55"
- "georust/geo-ci:rust-1.56"
container:
Expand All @@ -108,11 +111,7 @@ jobs:
strategy:
matrix:
container_image:
- "georust/geo-ci:rust-1.51"
- "georust/geo-ci:rust-1.52"
- "georust/geo-ci:rust-1.53"
- "georust/geo-ci:rust-1.54"
- "georust/geo-ci:rust-1.55"
# Fuzz only on latest
- "georust/geo-ci:rust-1.56"
container:
image: ${{ matrix.container_image }}
Expand Down

0 comments on commit 01c7545

Please sign in to comment.