Skip to content

Commit

Permalink
Sync supported rust versions same as geo
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Mar 15, 2022
1 parent 7f38d09 commit 9bb5e5b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,15 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
strategy:
matrix:
container_image: ["georust/geo-ci:rust-1.51", "georust/geo-ci:rust-1.57"]
container_image:
# We aim to support rust-stable plus (at least) the prior 3 releases,
# giving us about 6 months of coverage.
#
# Minimum supported rust version (MSRV)
- "georust/geo-ci:rust-1.56"
# Two most recent releases - we omit older ones for expedient CI
- "georust/geo-ci:rust-1.58"
- "georust/geo-ci:rust-1.59"
container:
image: ${{ matrix.container_image }}
steps:
Expand Down

0 comments on commit 9bb5e5b

Please sign in to comment.