We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab178ad commit dff4140Copy full SHA for dff4140
.github/workflows/imagebuild.yml
@@ -82,7 +82,7 @@ jobs:
82
{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"},
83
{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"}
84
]
85
- rust_version: ["1.75", "1.78", "1.79"]
+ rust_version: ["1.75", "1.82", "1.83"]
86
87
steps:
88
- name: Check out repository
0 commit comments