From dec541261c45d022ac8be9660bb8e842377a84be Mon Sep 17 00:00:00 2001 From: Wesley Rosa Date: Tue, 25 Feb 2025 15:24:13 -0300 Subject: [PATCH] Attempt to fix unit tests --- woocommerce-gateway-stripe.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/woocommerce-gateway-stripe.php b/woocommerce-gateway-stripe.php index 469033505..22d757a1d 100644 --- a/woocommerce-gateway-stripe.php +++ b/woocommerce-gateway-stripe.php @@ -23,7 +23,7 @@ * Required minimums and constants */ define( 'WC_STRIPE_VERSION', '9.2.0' ); // WRCS: DEFINED_VERSION. -define( 'WC_STRIPE_MIN_PHP_VER', '7.4' ); +define( 'WC_STRIPE_MIN_PHP_VER', '7.3.0' ); define( 'WC_STRIPE_MIN_WC_VER', '9.2' ); define( 'WC_STRIPE_FUTURE_MIN_WC_VER', '9.2' ); define( 'WC_STRIPE_MAIN_FILE', __FILE__ );