Skip to content

Commit

Permalink
chore/fix-ci: Update Rust versions and use geo-ci images with proj-9.…
Browse files Browse the repository at this point in the history
…4.0 in CI workflow
  • Loading branch information
v0y4g3r committed Oct 6, 2024
1 parent 434357a commit 96f7e5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
# giving us about 6 months of coverage.
#
# Minimum supported rust version (MSRV)
- "georust/geo-ci:rust-1.77"
- "ghcr.io/georust/geo-ci:proj-9.4.0-rust-1.74"
# Two most recent releases - we omit older ones for expedient CI
- "georust/geo-ci:rust-1.80"
- "georust/geo-ci:rust-1.81"
- "ghcr.io/georust/geo-ci:proj-9.4.0-rust-1.78"
- "ghcr.io/georust/geo-ci:proj-9.4.0-rust-1.79"
container:
image: ${{ matrix.container_image }}
steps:
Expand Down

0 comments on commit 96f7e5c

Please sign in to comment.