Skip to content

Commit

Permalink
use latest ci images
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Dec 10, 2024
1 parent 71f4168 commit ed0e43a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
# Minimum supported rust version (MSRV)
- "ghcr.io/georust/geo-ci:proj-9.4.0-rust-1.75"
# Two most recent releases - we omit older ones for expedient CI
- "ghcr.io/georust/geo-ci:proj-9.4.0-rust-1.78"
- "ghcr.io/georust/geo-ci:proj-9.4.0-rust-1.79"
- "ghcr.io/georust/geo-ci:proj-9.4.0-rust-1.82"
- "ghcr.io/georust/geo-ci:proj-9.4.0-rust-1.83"
container:
image: ${{ matrix.container_image }}
steps:
Expand All @@ -107,8 +107,8 @@ jobs:
# Minimum supported rust version (MSRV)
- "ghcr.io/georust/geo-ci:proj-9.4.0-rust-1.75"
# Two most recent releases - we omit older ones for expedient CI
- "ghcr.io/georust/geo-ci:proj-9.4.0-rust-1.78"
- "ghcr.io/georust/geo-ci:proj-9.4.0-rust-1.79"
- "ghcr.io/georust/geo-ci:proj-9.4.0-rust-1.82"
- "ghcr.io/georust/geo-ci:proj-9.4.0-rust-1.83"
container:
image: ${{ matrix.container_image }}
steps:
Expand All @@ -134,8 +134,8 @@ jobs:
# Minimum supported rust version (MSRV)
- "ghcr.io/georust/geo-ci:proj-9.4.0-rust-1.75"
# Two most recent releases - we omit older ones for expedient CI
- "ghcr.io/georust/geo-ci:proj-9.4.0-rust-1.78"
- "ghcr.io/georust/geo-ci:proj-9.4.0-rust-1.79"
- "ghcr.io/georust/geo-ci:proj-9.4.0-rust-1.82"
- "ghcr.io/georust/geo-ci:proj-9.4.0-rust-1.83"
container:
image: ${{ matrix.container_image }}
steps:
Expand All @@ -160,8 +160,8 @@ jobs:
# Minimum supported rust version (MSRV)
- "ghcr.io/georust/geo-ci:proj-9.4.0-rust-1.75"
# Two most recent releases - we omit older ones for expedient CI
- "ghcr.io/georust/geo-ci:proj-9.4.0-rust-1.78"
- "ghcr.io/georust/geo-ci:proj-9.4.0-rust-1.79"
- "ghcr.io/georust/geo-ci:proj-9.4.0-rust-1.82"
- "ghcr.io/georust/geo-ci:proj-9.4.0-rust-1.83"
container:
image: ${{ matrix.container_image }}
steps:
Expand All @@ -181,7 +181,7 @@ jobs:
matrix:
container_image:
# Fuzz only on latest
- "ghcr.io/georust/geo-ci:proj-9.4.0-rust-1.79"
- "ghcr.io/georust/geo-ci:proj-9.4.0-rust-1.83"
container:
image: ${{ matrix.container_image }}
steps:
Expand All @@ -194,7 +194,7 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
container:
image: ghcr.io/georust/geo-ci:proj-9.4.0-rust-1.79
image: ghcr.io/georust/geo-ci:proj-9.4.0-rust-1.83
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -205,7 +205,7 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
container:
image: ghcr.io/georust/geo-ci:proj-9.4.0-rust-1.79
image: ghcr.io/georust/geo-ci:proj-9.4.0-rust-1.83
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit ed0e43a

Please sign in to comment.