Skip to content

Commit 313e0bb

Browse files
committed
Lock version of SQLite plugin to v2.1.3
1 parent 3f903dc commit 313e0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Context/FeatureContext.php

Lines changed: 1 addition & 1 deletion
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://downloads.wordpress.org/plugin/sqlite-database-integration.zip';
337+
$download_url = 'https://github.com/WordPress/sqlite-database-integration/archive/refs/tags/v2.1.3.zip';
338338
$download_location = $dir . '/sqlite-database-integration.zip';
339339

340340
if ( ! is_dir( $dir ) ) {

0 commit comments

Comments
 (0)