Skip to content

Commit 06d8d37

Browse files
authored
Merge pull request #43 from georust/update_1_87
2 parents a34e501 + d8d0443 commit 06d8d37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/imagebuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
strategy:
2525
matrix:
26-
rust_version: ["1.82", "1.85", "1.86"]
26+
rust_version: ["1.83", "1.86", "1.87"]
2727

2828
steps:
2929
- name: Check out repository
@@ -84,7 +84,7 @@ jobs:
8484
{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"},
8585
{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"}
8686
]
87-
rust_version: ["1.82", "1.85", "1.86"]
87+
rust_version: ["1.83", "1.86", "1.87"]
8888

8989
steps:
9090
- name: Check out repository

0 commit comments

Comments
 (0)