Skip to content

Commit

Permalink
Bumps the two most recent Rust versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
denis2glez committed Dec 8, 2021
1 parent ab0fe46 commit 8731c1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
# Minimum supported rust version (MSRV)
- "georust/geo-ci:rust-1.51"
# Two most recent releases - we omit older ones for expedient CI
- "georust/geo-ci:rust-1.55"
- "georust/geo-ci:rust-1.56"
- "georust/geo-ci:rust-1.57"
container:
image: ${{ matrix.container_image }}
steps:
Expand All @@ -67,8 +67,8 @@ jobs:
# Minimum supported rust version (MSRV)
- "georust/geo-ci:rust-1.51"
# Two most recent releases - we omit older ones for expedient CI
- "georust/geo-ci:rust-1.55"
- "georust/geo-ci:rust-1.56"
- "georust/geo-ci:rust-1.57"
container:
image: ${{ matrix.container_image }}
steps:
Expand All @@ -94,8 +94,8 @@ jobs:
# Minimum supported rust version (MSRV)
- "georust/geo-ci:rust-1.51"
# Two most recent releases - we omit older ones for expedient CI
- "georust/geo-ci:rust-1.55"
- "georust/geo-ci:rust-1.56"
- "georust/geo-ci:rust-1.57"
container:
image: ${{ matrix.container_image }}
steps:
Expand All @@ -115,7 +115,7 @@ jobs:
matrix:
container_image:
# Fuzz only on latest
- "georust/geo-ci:rust-1.56"
- "georust/geo-ci:rust-1.57"
container:
image: ${{ matrix.container_image }}
steps:
Expand Down

0 comments on commit 8731c1d

Please sign in to comment.