File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ private static function get_behat_internal_variables() {
334
334
* for use in subsequent WordPress copies
335
335
*/
336
336
private static function download_sqlite_plugin ( $ dir ) {
337
- $ download_url = 'https://github.com/WordPress/sqlite-database-integration/archive/refs/tags/v2.1.3 .zip ' ;
337
+ $ download_url = 'https://github.com/WordPress/sqlite-database-integration/archive/refs/tags/v2.1.11 .zip ' ;
338
338
$ download_location = $ dir . '/sqlite-database-integration.zip ' ;
339
339
340
340
if ( ! is_dir ( $ dir ) ) {
@@ -368,7 +368,7 @@ private static function download_sqlite_plugin( $dir ) {
368
368
// For the release downloaded from GitHub, the unzipped folder will contain the version number.
369
369
// We're renaming the folder here for consistency's sake.
370
370
rename (
371
- $ dir . '/sqlite-database-integration-2.1.3 / ' ,
371
+ $ dir . '/sqlite-database-integration-2.1.11 / ' ,
372
372
$ dir . '/sqlite-database-integration/ '
373
373
);
374
374
}
You can’t perform that action at this time.
0 commit comments