File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -134,8 +134,8 @@ jobs:
134
134
runs-on : " ubuntu-latest"
135
135
env :
136
136
PHP_VERSION : " 8.3"
137
- LIBMONGOCRYPT_VERSION : " 1.14 "
138
- LIBMONGOC_VERSION : " 2.0.2 "
137
+ LIBMONGOCRYPT_VERSION : " 1.15.2 "
138
+ LIBMONGOC_VERSION : " 2.1.0 "
139
139
SERVER_VERSION : " 8.0"
140
140
141
141
steps :
Original file line number Diff line number Diff line change @@ -272,6 +272,12 @@ against two additional versions of libmongoc:
272
272
` r2.x ` branch)
273
273
- The upcoming minor release of libmongoc (e.g. the ` master ` branch)
274
274
275
+ #### Update tested system library versions in GitHub Actions
276
+
277
+ GitHub Actions tests against libmongoc and libmongocrypt system libraries. When
278
+ updating the version number for each dependency in ` config.m4 ` you must also
279
+ update environment variables for the ` test-system-libs ` job in ` tests.yml ` .
280
+
275
281
#### Update sources in PECL package generation script
276
282
277
283
If a new version of a submodule introduces a new source directory, that may also
You can’t perform that action at this time.
0 commit comments