51
51
matrix :
52
52
container_image :
53
53
# Minimum supported rust (MSRV)
54
- - " georust/proj-ci:proj-9.3.1-rust-1.65 "
54
+ - " georust/proj-ci:proj-9.3.1-rust-1.70 "
55
55
# Latest stable rust
56
- - " georust/proj-ci:proj-9.3.1-rust-1.74 "
56
+ - " georust/proj-ci:proj-9.3.1-rust-1.75 "
57
57
features :
58
58
- " "
59
59
- " --features network"
67
67
image : ${{ matrix.container_image }}
68
68
steps :
69
69
- name : Checkout repository
70
- uses : actions/checkout@v2
70
+ uses : actions/checkout@v4
71
71
- run : cargo build ${{ matrix.features }}
72
72
- run : cargo test ${{ matrix.features }}
73
73
81
81
features : ["", "--features network"]
82
82
steps :
83
83
- name : Checkout repository
84
- uses : actions/checkout@v2
84
+ uses : actions/checkout@v4
85
85
- run : cargo build ${{ matrix.features }}
86
86
- run : cargo test ${{ matrix.features }}
87
87
@@ -98,40 +98,40 @@ jobs:
98
98
include :
99
99
# Minimum supported rust (MSRV)
100
100
- container :
101
- image : georust/proj-ci:proj-9.3.1-rust-1.65
101
+ image : georust/proj-ci:proj-9.3.1-rust-1.70
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.3.1-rust-1.65
106
+ image : georust/proj-ci:proj-9.3.1-rust-1.70
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.3.1-rust-1.65
111
+ image : georust/proj-ci-without-system-proj:proj-9.3.1-rust-1.70
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.3.1-rust-1.74
118
+ image : georust/proj-ci:proj-9.3.1-rust-1.75
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.3.1-rust-1.74
123
+ image : georust/proj-ci:proj-9.3.1-rust-1.75
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.3.1-rust-1.74
128
+ image : georust/proj-ci-without-system-proj:proj-9.3.1-rust-1.75
129
129
env :
130
130
_PROJ_SYS_TEST_EXPECT_BUILD_FROM_SRC : 1
131
131
features : " "
132
132
steps :
133
133
- name : Checkout repository
134
- uses : actions/checkout@v2
134
+ uses : actions/checkout@v4
135
135
- run : cargo build ${{ matrix.features }}
136
136
- run : cargo test ${{ matrix.features }}
137
137
@@ -146,7 +146,7 @@ jobs:
146
146
working-directory : proj-sys
147
147
steps :
148
148
- name : Checkout repository
149
- uses : actions/checkout@v2
149
+ uses : actions/checkout@v4
150
150
# At some point around Feb. 2023, the GH macos CI runner no longer had
151
151
# pkg-config installed by default, so we need to install it manually.
152
152
#
0 commit comments