Skip to content

Commit

Permalink
fixup! Update imagebuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Sep 25, 2024
1 parent 8b11e8f commit aa39a6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/imagebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

strategy:
matrix:
rust_version: ["1.75", "1.78", "1.79"]
rust_version: ["1.70", "1.75", "1.78", "1.79"]

steps:
- name: Check out repository
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
{image: proj-ci, testcmd: "git clone https://github.com/georust/proj && cd proj && cargo test --no-default-features && cargo test --features bundled_proj && cargo test --features network && cd proj-sys && _PROJ_SYS_TEST_EXPECT_BUILD_FROM_SRC=0 cargo test && _PROJ_SYS_TEST_EXPECT_BUILD_FROM_SRC=1 cargo test --features bundled_proj"},
{image: proj-ci-without-system-proj, testcmd: "git clone https://github.com/georust/proj && cd proj && cargo test --features bundled_proj && cd proj-sys && _PROJ_SYS_TEST_EXPECT_BUILD_FROM_SRC=1 cargo test"}
]
rust_version: ["1.75", "1.78", "1.79"]
rust_version: ["1.70", "1.75", "1.78", "1.79"]

steps:
- name: Check out repository
Expand Down

0 comments on commit aa39a6d

Please sign in to comment.