Skip to content

Commit

Permalink
add rust-1.51 to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Apr 16, 2021
1 parent c23e1b4 commit 79f72de
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 @@ -35,7 +35,7 @@ jobs:
working-directory: geo-types
strategy:
matrix:
container_image: ["georust/geo-ci:rust-1.49", "georust/geo-ci:rust-1.50"]
container_image: ["georust/geo-ci:rust-1.49", "georust/geo-ci:rust-1.50", "georust/geo-ci:rust-1.51"]
container:
image: ${{ matrix.container_image }}
steps:
Expand All @@ -54,7 +54,7 @@ jobs:
working-directory: geo
strategy:
matrix:
container_image: ["georust/geo-ci:rust-1.49", "georust/geo-ci:rust-1.50"]
container_image: ["georust/geo-ci:rust-1.49", "georust/geo-ci:rust-1.50", "georust/geo-ci:rust-1.51"]
container:
image: ${{ matrix.container_image }}
steps:
Expand All @@ -73,7 +73,7 @@ jobs:
working-directory: geo-postgis
strategy:
matrix:
container_image: ["georust/geo-ci:rust-1.49", "georust/geo-ci:rust-1.50"]
container_image: ["georust/geo-ci:rust-1.49", "georust/geo-ci:rust-1.50", "georust/geo-ci:rust-1.51"]
container:
image: ${{ matrix.container_image }}
steps:
Expand All @@ -92,7 +92,7 @@ jobs:
working-directory: geo/fuzz
strategy:
matrix:
container_image: ["georust/geo-ci:rust-1.49", "georust/geo-ci:rust-1.50"]
container_image: ["georust/geo-ci:rust-1.49", "georust/geo-ci:rust-1.50", "georust/geo-ci:rust-1.51"]
container:
image: ${{ matrix.container_image }}
steps:
Expand Down

0 comments on commit 79f72de

Please sign in to comment.