Skip to content

Commit

Permalink
Run through rust 1.56
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Nov 19, 2021
1 parent e43aa46 commit 969cb19
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@ jobs:
working-directory: geo-types
strategy:
matrix:
container_image: ["georust/geo-ci:rust-1.51", "georust/geo-ci:rust-1.52", "georust/geo-ci:rust-1.53"]
container_image:
- "georust/geo-ci:rust-1.51"
- "georust/geo-ci:rust-1.52"
- "georust/geo-ci:rust-1.53"
- "georust/geo-ci:rust-1.54"
- "georust/geo-ci:rust-1.55"
- "georust/geo-ci:rust-1.56"
container:
image: ${{ matrix.container_image }}
steps:
Expand All @@ -52,7 +58,13 @@ jobs:
working-directory: geo
strategy:
matrix:
container_image: ["georust/geo-ci:rust-1.51", "georust/geo-ci:rust-1.52", "georust/geo-ci:rust-1.53"]
container_image:
- "georust/geo-ci:rust-1.51"
- "georust/geo-ci:rust-1.52"
- "georust/geo-ci:rust-1.53"
- "georust/geo-ci:rust-1.54"
- "georust/geo-ci:rust-1.55"
- "georust/geo-ci:rust-1.56"
container:
image: ${{ matrix.container_image }}
steps:
Expand All @@ -71,7 +83,13 @@ jobs:
working-directory: geo-postgis
strategy:
matrix:
container_image: ["georust/geo-ci:rust-1.51", "georust/geo-ci:rust-1.52", "georust/geo-ci:rust-1.53"]
container_image:
- "georust/geo-ci:rust-1.51"
- "georust/geo-ci:rust-1.52"
- "georust/geo-ci:rust-1.53"
- "georust/geo-ci:rust-1.54"
- "georust/geo-ci:rust-1.55"
- "georust/geo-ci:rust-1.56"
container:
image: ${{ matrix.container_image }}
steps:
Expand All @@ -89,7 +107,13 @@ jobs:
working-directory: geo/fuzz
strategy:
matrix:
container_image: ["georust/geo-ci:rust-1.51", "georust/geo-ci:rust-1.52", "georust/geo-ci:rust-1.53"]
container_image:
- "georust/geo-ci:rust-1.51"
- "georust/geo-ci:rust-1.52"
- "georust/geo-ci:rust-1.53"
- "georust/geo-ci:rust-1.54"
- "georust/geo-ci:rust-1.55"
- "georust/geo-ci:rust-1.56"
container:
image: ${{ matrix.container_image }}
steps:
Expand Down

0 comments on commit 969cb19

Please sign in to comment.