From dff4140ce106b10bbe27f6b83ba6edefd3e7f11d Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Mon, 2 Dec 2024 21:38:35 -0800 Subject: [PATCH] Update imagebuild.yml --- .github/workflows/imagebuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/imagebuild.yml b/.github/workflows/imagebuild.yml index 926ff11..d3ddfb9 100644 --- a/.github/workflows/imagebuild.yml +++ b/.github/workflows/imagebuild.yml @@ -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.75", "1.82", "1.83"] steps: - name: Check out repository