Skip to content

Commit

Permalink
Update the version of the SQLite plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenpf committed Jul 24, 2024
1 parent 0c5c2e9 commit 751099f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Context/FeatureContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ private static function get_behat_internal_variables() {
* for use in subsequent WordPress copies
*/
private static function download_sqlite_plugin( $dir ) {
$download_url = 'https://github.com/WordPress/sqlite-database-integration/archive/refs/tags/v2.1.3.zip';
$download_url = 'https://github.com/WordPress/sqlite-database-integration/archive/refs/tags/v2.1.11.zip';
$download_location = $dir . '/sqlite-database-integration.zip';

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

0 comments on commit 751099f

Please sign in to comment.