|
51 | 51 | matrix:
|
52 | 52 | container_image:
|
53 | 53 | # Minimum supported rust (MSRV)
|
54 |
| - - "georust/proj-ci:proj-9.2.1-rust-1.63" |
| 54 | + - "georust/proj-ci:proj-9.3.1-rust-1.65" |
55 | 55 | # Latest stable rust
|
56 |
| - - "georust/proj-ci:proj-9.2.1-rust-1.70" |
| 56 | + - "georust/proj-ci:proj-9.3.1-rust-1.74" |
57 | 57 | features:
|
58 | 58 | - ""
|
59 | 59 | - "--features network"
|
@@ -98,34 +98,34 @@ jobs:
|
98 | 98 | include:
|
99 | 99 | # Minimum supported rust (MSRV)
|
100 | 100 | - container:
|
101 |
| - image: georust/proj-ci:proj-9.2.1-rust-1.63 |
| 101 | + image: georust/proj-ci:proj-9.3.1-rust-1.65 |
102 | 102 | env:
|
103 | 103 | _PROJ_SYS_TEST_EXPECT_BUILD_FROM_SRC: 0
|
104 | 104 | features: ""
|
105 | 105 | - container:
|
106 |
| - image: georust/proj-ci:proj-9.2.1-rust-1.63 |
| 106 | + image: georust/proj-ci:proj-9.3.1-rust-1.65 |
107 | 107 | env:
|
108 | 108 | _PROJ_SYS_TEST_EXPECT_BUILD_FROM_SRC: 1
|
109 | 109 | features: "--features bundled_proj"
|
110 | 110 | - container:
|
111 |
| - image: georust/proj-ci-without-system-proj:proj-9.2.1-rust-1.63 |
| 111 | + image: georust/proj-ci-without-system-proj:proj-9.3.1-rust-1.65 |
112 | 112 | env:
|
113 | 113 | _PROJ_SYS_TEST_EXPECT_BUILD_FROM_SRC: 1
|
114 | 114 | features: ""
|
115 | 115 |
|
116 | 116 | # Latest stable rust
|
117 | 117 | - container:
|
118 |
| - image: georust/proj-ci:proj-9.2.1-rust-1.70 |
| 118 | + image: georust/proj-ci:proj-9.3.1-rust-1.74 |
119 | 119 | env:
|
120 | 120 | _PROJ_SYS_TEST_EXPECT_BUILD_FROM_SRC: 0
|
121 | 121 | features: ""
|
122 | 122 | - container:
|
123 |
| - image: georust/proj-ci:proj-9.2.1-rust-1.70 |
| 123 | + image: georust/proj-ci:proj-9.3.1-rust-1.74 |
124 | 124 | env:
|
125 | 125 | _PROJ_SYS_TEST_EXPECT_BUILD_FROM_SRC: 1
|
126 | 126 | features: "--features bundled_proj"
|
127 | 127 | - container:
|
128 |
| - image: georust/proj-ci-without-system-proj:proj-9.2.1-rust-1.70 |
| 128 | + image: georust/proj-ci-without-system-proj:proj-9.3.1-rust-1.74 |
129 | 129 | env:
|
130 | 130 | _PROJ_SYS_TEST_EXPECT_BUILD_FROM_SRC: 1
|
131 | 131 | features: ""
|
|
0 commit comments