Skip to content

Commit

Permalink
Merge georust#758
Browse files Browse the repository at this point in the history
758: update CI to rust-1.59 r=michaelkirk a=michaelkirk

- [x] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/master/CODE_OF_CONDUCT.md).
- [n/a] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users.
---

Unblocks georust#741 

Co-authored-by: Michael Kirk <michael.code@endoftheworl.de>
  • Loading branch information
bors[bot] and michaelkirk authored Mar 8, 2022
2 parents 3ed8c0f + f49d518 commit 560dd24
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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:rust-1.58"
- "georust/geo-ci:rust-1.59"
container:
image: ${{ matrix.container_image }}
steps:
Expand All @@ -69,8 +69,8 @@ jobs:
# Minimum supported rust version (MSRV)
- "georust/geo-ci:rust-1.55"
# Two most recent releases - we omit older ones for expedient CI
- "georust/geo-ci:rust-1.57"
- "georust/geo-ci:rust-1.58"
- "georust/geo-ci:rust-1.59"
container:
image: ${{ matrix.container_image }}
steps:
Expand All @@ -95,8 +95,8 @@ jobs:
# Minimum supported rust version (MSRV)
- "georust/geo-ci:rust-1.55"
# Two most recent releases - we omit older ones for expedient CI
- "georust/geo-ci:rust-1.57"
- "georust/geo-ci:rust-1.58"
- "georust/geo-ci:rust-1.59"
container:
image: ${{ matrix.container_image }}
steps:
Expand All @@ -122,8 +122,8 @@ jobs:
# Minimum supported rust version (MSRV)
- "georust/geo-ci:rust-1.55"
# Two most recent releases - we omit older ones for expedient CI
- "georust/geo-ci:rust-1.57"
- "georust/geo-ci:rust-1.58"
- "georust/geo-ci:rust-1.59"
container:
image: ${{ matrix.container_image }}
steps:
Expand All @@ -143,7 +143,7 @@ jobs:
matrix:
container_image:
# Fuzz only on latest
- "georust/geo-ci:rust-1.57"
- "georust/geo-ci:rust-1.59"
container:
image: ${{ matrix.container_image }}
steps:
Expand Down

0 comments on commit 560dd24

Please sign in to comment.