Skip to content

Commit abae364

Browse files
committed
1.85 MSRV, libproj 9.6.2
1 parent 06d8d37 commit abae364

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/imagebuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
merge_group:
1313

1414
env:
15-
LIBPROJ_VERSION: 9.6.0
15+
LIBPROJ_VERSION: 9.6.2
1616
MAIN_IMAGE_NAME: libproj-builder
1717

1818
jobs:
@@ -23,7 +23,7 @@ jobs:
2323

2424
strategy:
2525
matrix:
26-
rust_version: ["1.83", "1.86", "1.87"]
26+
rust_version: ["1.85", "1.86", "1.88"]
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.83", "1.86", "1.87"]
87+
rust_version: ["1.85", "1.86", "1.88"]
8888

8989
steps:
9090
- name: Check out repository

0 commit comments

Comments
 (0)