Skip to content

Commit 4d4c920

Browse files
authored
Merge pull request #214 from jeroenpf/update/sqlite-integration-plugin-version
2 parents 0c5c2e9 + 751099f commit 4d4c920

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Context/FeatureContext.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ private static function get_behat_internal_variables() {
334334
* for use in subsequent WordPress copies
335335
*/
336336
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';
338338
$download_location = $dir . '/sqlite-database-integration.zip';
339339

340340
if ( ! is_dir( $dir ) ) {
@@ -368,7 +368,7 @@ private static function download_sqlite_plugin( $dir ) {
368368
// For the release downloaded from GitHub, the unzipped folder will contain the version number.
369369
// We're renaming the folder here for consistency's sake.
370370
rename(
371-
$dir . '/sqlite-database-integration-2.1.3/',
371+
$dir . '/sqlite-database-integration-2.1.11/',
372372
$dir . '/sqlite-database-integration/'
373373
);
374374
}

0 commit comments

Comments
 (0)