Skip to content

Commit

Permalink
temporarily(?) reference proj-9 docker containers
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Mar 16, 2022
1 parent d1da461 commit 18f879f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
matrix:
container_image:
# Minimum supported rust (MSRV)
- "georust/proj-ci:rust-1.52"
- "georust/proj-ci:proj-9.0.0-rust-1.52"
# Latest stable rust
- "georust/proj-ci:rust-1.59"
- "georust/proj-ci:proj-9.0.0-rust-1.59"
features:
- ""
- "--features network"
Expand Down Expand Up @@ -87,34 +87,34 @@ jobs:
include:
# Minimum supported rust (MSRV)
- container:
image: georust/proj-ci:rust-1.52
image: georust/proj-ci:proj-9.0.0-rust-1.52
env:
_PROJ_SYS_TEST_EXPECT_BUILD_FROM_SRC: 0
features: ""
- container:
image: georust/proj-ci:rust-1.52
image: georust/proj-ci:proj-9.0.0-rust-1.52
env:
_PROJ_SYS_TEST_EXPECT_BUILD_FROM_SRC: 1
features: "--features bundled_proj"
- container:
image: georust/proj-ci-without-system-proj:rust-1.52
image: georust/proj-ci-without-system-proj:proj-9.0.0-rust-1.52
env:
_PROJ_SYS_TEST_EXPECT_BUILD_FROM_SRC: 1
features: ""

# Latest stable rust
- container:
image: georust/proj-ci:rust-1.59
image: georust/proj-ci:proj-9.0.0-rust-1.59
env:
_PROJ_SYS_TEST_EXPECT_BUILD_FROM_SRC: 0
features: ""
- container:
image: georust/proj-ci:rust-1.59
image: georust/proj-ci:proj-9.0.0-rust-1.59
env:
_PROJ_SYS_TEST_EXPECT_BUILD_FROM_SRC: 1
features: "--features bundled_proj"
- container:
image: georust/proj-ci-without-system-proj:rust-1.59
image: georust/proj-ci-without-system-proj:proj-9.0.0-rust-1.59
env:
_PROJ_SYS_TEST_EXPECT_BUILD_FROM_SRC: 1
features: ""
Expand Down

0 comments on commit 18f879f

Please sign in to comment.