From 699744a7bac2c84bf663ccda526b207b139df845 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Mon, 3 Feb 2025 14:09:58 -0800 Subject: [PATCH] Revert "Add geo MSRV + 2 most recent" This reverts commit da757590216782ba024660644c51077d8564e76e. Didn't mean to push this! --- .github/workflows/imagebuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/imagebuild.yml b/.github/workflows/imagebuild.yml index 93e68e6..ab8af49 100644 --- a/.github/workflows/imagebuild.yml +++ b/.github/workflows/imagebuild.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: - rust_version: ["1.75", "1.80", "1.82", "1.83", "1.85", "1.86"] + rust_version: ["1.75", "1.82", "1.83"] steps: - name: Check out repository @@ -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.80", "1.82", "1.83", "1.85", "1.86"] + rust_version: ["1.75", "1.82", "1.83"] steps: - name: Check out repository