Skip to content

Commit

Permalink
update CI to rust-1.59
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Mar 7, 2022
1 parent 3ed8c0f commit f49d518
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 f49d518

Please sign in to comment.