Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Aug 17, 2022
1 parent a1960cc commit 5de57a9
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/test.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
matrix:
container_image:
# Use the latest stable version. No need for older versions.
- "georust/geo-ci:proj-9.0.0-rust-1.59"
- "georust/geo-ci:rust-1.63"
container:
image: ${{ matrix.container_image }}
steps:
Expand All @@ -69,7 +69,8 @@ jobs:
# Minimum supported rust version (MSRV)
- "georust/geo-ci:proj-9.0.0-rust-1.58"
# Two most recent releases - we omit older ones for expedient CI
- "georust/geo-ci:proj-9.0.0-rust-1.59"
- "georust/geo-ci:rust-1.62"
- "georust/geo-ci:rust-1.63"
container:
image: ${{ matrix.container_image }}
steps:
Expand All @@ -94,7 +95,8 @@ jobs:
# Minimum supported rust version (MSRV)
- "georust/geo-ci:proj-9.0.0-rust-1.58"
# Two most recent releases - we omit older ones for expedient CI
- "georust/geo-ci:proj-9.0.0-rust-1.59"
- "georust/geo-ci:rust-1.62"
- "georust/geo-ci:rust-1.63"
container:
image: ${{ matrix.container_image }}
steps:
Expand All @@ -120,7 +122,8 @@ jobs:
# Minimum supported rust version (MSRV)
- "georust/geo-ci:proj-9.0.0-rust-1.58"
# Two most recent releases - we omit older ones for expedient CI
- "georust/geo-ci:proj-9.0.0-rust-1.59"
- "georust/geo-ci:rust-1.62"
- "georust/geo-ci:rust-1.63"
container:
image: ${{ matrix.container_image }}
steps:
Expand All @@ -140,7 +143,7 @@ jobs:
matrix:
container_image:
# Fuzz only on latest
- "georust/geo-ci:proj-9.0.0-rust-1.59"
- "georust/geo-ci:rust-1.63"
container:
image: ${{ matrix.container_image }}
steps:
Expand All @@ -153,7 +156,7 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
container:
image: georust/geo-ci:proj-9.0.0-rust-1.59
image: georust/geo-ci:rust-1.63
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 5de57a9

Please sign in to comment.