42
42
matrix :
43
43
container_image :
44
44
# Use the latest stable version. No need for older versions.
45
- - " georust/geo-ci:rust-1.59"
45
+ - " georust/geo-ci:proj-9.0.0- rust-1.59"
46
46
container :
47
47
image : ${{ matrix.container_image }}
48
48
steps :
@@ -66,10 +66,10 @@ jobs:
66
66
# giving us about 6 months of coverage.
67
67
#
68
68
# Minimum supported rust version (MSRV)
69
- - " georust/geo-ci:rust-1.56"
69
+ - " georust/geo-ci:proj-9.0.0- rust-1.56"
70
70
# Two most recent releases - we omit older ones for expedient CI
71
- - " georust/geo-ci:rust-1.58"
72
- - " georust/geo-ci:rust-1.59"
71
+ - " georust/geo-ci:proj-9.0.0- rust-1.58"
72
+ - " georust/geo-ci:proj-9.0.0- rust-1.59"
73
73
container :
74
74
image : ${{ matrix.container_image }}
75
75
steps :
@@ -92,10 +92,10 @@ jobs:
92
92
# giving us about 6 months of coverage.
93
93
#
94
94
# Minimum supported rust version (MSRV)
95
- - " georust/geo-ci:rust-1.56"
95
+ - " georust/geo-ci:proj-9.0.0- rust-1.56"
96
96
# Two most recent releases - we omit older ones for expedient CI
97
- - " georust/geo-ci:rust-1.58"
98
- - " georust/geo-ci:rust-1.59"
97
+ - " georust/geo-ci:proj-9.0.0- rust-1.58"
98
+ - " georust/geo-ci:proj-9.0.0- rust-1.59"
99
99
container :
100
100
image : ${{ matrix.container_image }}
101
101
steps :
@@ -119,10 +119,10 @@ jobs:
119
119
# giving us about 6 months of coverage.
120
120
#
121
121
# Minimum supported rust version (MSRV)
122
- - " georust/geo-ci:rust-1.56"
122
+ - " georust/geo-ci:proj-9.0.0- rust-1.56"
123
123
# Two most recent releases - we omit older ones for expedient CI
124
- - " georust/geo-ci:rust-1.58"
125
- - " georust/geo-ci:rust-1.59"
124
+ - " georust/geo-ci:proj-9.0.0- rust-1.58"
125
+ - " georust/geo-ci:proj-9.0.0- rust-1.59"
126
126
container :
127
127
image : ${{ matrix.container_image }}
128
128
steps :
@@ -142,7 +142,7 @@ jobs:
142
142
matrix :
143
143
container_image :
144
144
# Fuzz only on latest
145
- - " georust/geo-ci:rust-1.59"
145
+ - " georust/geo-ci:proj-9.0.0- rust-1.59"
146
146
container :
147
147
image : ${{ matrix.container_image }}
148
148
steps :
@@ -155,7 +155,7 @@ jobs:
155
155
runs-on : ubuntu-latest
156
156
if : " !contains(github.event.head_commit.message, '[skip ci]')"
157
157
container :
158
- image : georust/geo-ci:rust-1.59
158
+ image : georust/geo-ci:proj-9.0.0- rust-1.59
159
159
steps :
160
160
- name : Checkout repository
161
161
uses : actions/checkout@v2
0 commit comments