Skip to content

Commit

Permalink
Lock version of SQLite plugin to v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Dec 18, 2023
1 parent 3f903dc commit 313e0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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://downloads.wordpress.org/plugin/sqlite-database-integration.zip';
$download_url = 'https://github.com/WordPress/sqlite-database-integration/archive/refs/tags/v2.1.3.zip';
$download_location = $dir . '/sqlite-database-integration.zip';

if ( ! is_dir( $dir ) ) {
Expand Down

0 comments on commit 313e0bb

Please sign in to comment.