File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -145,8 +145,10 @@ jobs:
145145    runs-on : " ubuntu-latest" 
146146    env :
147147      PHP_VERSION : " 8.3" 
148-       LIBMONGOCRYPT_VERSION : " 1.14" 
149-       LIBMONGOC_VERSION : " 2.0.2" 
148+       #  Note: omit the patch version when referring to the libmongocrypt package
149+       LIBMONGOCRYPT_VERSION : " 1.16" 
150+       #  Note: include the patch version when referring to a libmongoc release tarball
151+       LIBMONGOC_VERSION : " 2.1.2" 
150152      SERVER_VERSION : " 8.0" 
151153
152154    steps :
Original file line number Diff line number Diff line change @@ -272,6 +272,12 @@ against two additional versions of libmongoc:
272272  ` r2.x `  branch)
273273-  The upcoming minor release of libmongoc (e.g. the ` master `  branch)
274274
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+ 
275281#### Update sources in PECL package generation script  
276282
277283If 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