Skip to content

Commit

Permalink
Update CI with libproj 9.2.1 containers
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Jul 9, 2023
1 parent 3a9ce41 commit 0c36ffc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
matrix:
container_image:
# Use the latest stable version. No need for older versions.
- "georust/geo-ci:proj-9.1.0-rust-1.70"
- "georust/geo-ci:proj-9.2.1-rust-1.70"
container:
image: ${{ matrix.container_image }}
steps:
Expand All @@ -69,8 +69,8 @@ jobs:
# Minimum supported rust version (MSRV)
- "georust/geo-ci:rust-1.63"
# Two most recent releases - we omit older ones for expedient CI
- "georust/geo-ci:proj-9.1.0-rust-1.69"
- "georust/geo-ci:proj-9.1.0-rust-1.70"
- "georust/geo-ci:proj-9.2.1-rust-1.69"
- "georust/geo-ci:proj-9.2.1-rust-1.70"
container:
image: ${{ matrix.container_image }}
steps:
Expand All @@ -97,8 +97,8 @@ jobs:
# Minimum supported rust version (MSRV)
- "georust/geo-ci:rust-1.63"
# Two most recent releases - we omit older ones for expedient CI
- "georust/geo-ci:proj-9.1.0-rust-1.69"
- "georust/geo-ci:proj-9.1.0-rust-1.70"
- "georust/geo-ci:proj-9.2.1-rust-1.69"
- "georust/geo-ci:proj-9.2.1-rust-1.70"
container:
image: ${{ matrix.container_image }}
steps:
Expand All @@ -124,8 +124,8 @@ jobs:
# Minimum supported rust version (MSRV)
- "georust/geo-ci:rust-1.63"
# Two most recent releases - we omit older ones for expedient CI
- "georust/geo-ci:proj-9.1.0-rust-1.69"
- "georust/geo-ci:proj-9.1.0-rust-1.70"
- "georust/geo-ci:proj-9.2.1-rust-1.69"
- "georust/geo-ci:proj-9.2.1-rust-1.70"
container:
image: ${{ matrix.container_image }}
steps:
Expand All @@ -145,7 +145,7 @@ jobs:
matrix:
container_image:
# Fuzz only on latest
- "georust/geo-ci:proj-9.1.0-rust-1.70"
- "georust/geo-ci:proj-9.2.1-rust-1.70"
container:
image: ${{ matrix.container_image }}
steps:
Expand All @@ -158,7 +158,7 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
container:
image: georust/geo-ci:proj-9.1.0-rust-1.70
image: georust/geo-ci:proj-9.2.1-rust-1.70
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions geo/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased

* Implement "Closest Point" from a `Point` on a `Geometry` using spherical geometry. <https://github.com/georust/geo/pull/958>
* Bump CI containers to use libproj 9.2.1

## 0.25.1

Expand Down

0 comments on commit 0c36ffc

Please sign in to comment.