Skip to content

Commit

Permalink
Test using the same Docker images as geo/geo-types
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed May 27, 2022
1 parent fec2051 commit 1a0ed16
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 @@ -30,7 +30,15 @@ jobs:
working-directory: .
strategy:
matrix:
container_image: ["georust/geo-ci:rust-1.53", "georust/geo-ci:rust-1.59"]
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:proj-9.0.0-rust-1.56"
# Two most recent releases - we omit older ones for expedient CI
- "georust/geo-ci:proj-9.0.0-rust-1.58"
- "georust/geo-ci:proj-9.0.0-rust-1.59"
container:
image: ${{ matrix.container_image }}
steps:
Expand Down

0 comments on commit 1a0ed16

Please sign in to comment.