diff --git a/.github/workflows/imagebuild.yml b/.github/workflows/imagebuild.yml index df8fedf..4a9a77b 100644 --- a/.github/workflows/imagebuild.yml +++ b/.github/workflows/imagebuild.yml @@ -26,7 +26,7 @@ jobs: # Include the 2 latest rust versions, plus all the MSRV from the following crates: # - proj: https://github.com/georust/proj/blob/main/.github/workflows/test.yml # - geo / geo-types: https://github.com/georust/geo/blob/main/.github/workflows/test.yml - rust_version: ["1.82", "1.85", "1.91", "1.92"] + rust_version: ["1.82", "1.85", "1.92", "1.93"] steps: - name: Check out repository @@ -87,7 +87,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.85", "1.91", "1.92"] + rust_version: ["1.85", "1.92", "1.93"] steps: - name: Check out repository