@@ -115,11 +115,11 @@ jobs:
115115 MATRIX_ENTRIES+=("{\"woocommerce\":\"$L1_VERSION\",\"php\":\"$PHP_STABLE\",\"test_tag\":\"shopper blocks\",\"test_name\":\"blocks-shopper\"}")
116116
117117 # Add latest with PHP 8.3
118- MATRIX_ENTRIES+=("{\"woocommerce\":\"latest \",\"php\":\"$PHP_STABLE\",\"test_tag\":\"merchant\",\"test_name\":\"merchant\"}")
119- MATRIX_ENTRIES+=("{\"woocommerce\":\"latest \",\"php\":\"$PHP_STABLE\",\"test_tag\":\"shopper\",\"test_name\":\"shopper\"}")
120- MATRIX_ENTRIES+=("{\"woocommerce\":\"latest \",\"php\":\"$PHP_STABLE\",\"test_tag\":\"merchant subscriptions\",\"test_name\":\"subscriptions-merchant\"}")
121- MATRIX_ENTRIES+=("{\"woocommerce\":\"latest \",\"php\":\"$PHP_STABLE\",\"test_tag\":\"shopper subscriptions\",\"test_name\":\"subscriptions-shopper\"}")
122- MATRIX_ENTRIES+=("{\"woocommerce\":\"latest \",\"php\":\"$PHP_STABLE\",\"test_tag\":\"shopper blocks\",\"test_name\":\"blocks-shopper\"}")
118+ MATRIX_ENTRIES+=("{\"woocommerce\":\"stable \",\"php\":\"$PHP_STABLE\",\"test_tag\":\"merchant\",\"test_name\":\"merchant\"}")
119+ MATRIX_ENTRIES+=("{\"woocommerce\":\"stable \",\"php\":\"$PHP_STABLE\",\"test_tag\":\"shopper\",\"test_name\":\"shopper\"}")
120+ MATRIX_ENTRIES+=("{\"woocommerce\":\"stable \",\"php\":\"$PHP_STABLE\",\"test_tag\":\"merchant subscriptions\",\"test_name\":\"subscriptions-merchant\"}")
121+ MATRIX_ENTRIES+=("{\"woocommerce\":\"stable \",\"php\":\"$PHP_STABLE\",\"test_tag\":\"shopper subscriptions\",\"test_name\":\"subscriptions-shopper\"}")
122+ MATRIX_ENTRIES+=("{\"woocommerce\":\"stable \",\"php\":\"$PHP_STABLE\",\"test_tag\":\"shopper blocks\",\"test_name\":\"blocks-shopper\"}")
123123
124124 # Add beta with PHP 8.3 (if available)
125125 if [[ -n "$BETA_VERSION" ]]; then
@@ -142,11 +142,11 @@ jobs:
142142
143143 # Add WordPress nightly with WC latest and PHP 8.3 (match e2e-test.yml wp-nightly-tests)
144144 # Test new WordPress features with latest stable WooCommerce
145- MATRIX_ENTRIES+=("{\"woocommerce\":\"latest \",\"php\":\"$PHP_STABLE\",\"wordpress\":\"nightly\",\"test_tag\":\"merchant\",\"test_name\":\"merchant\"}")
146- MATRIX_ENTRIES+=("{\"woocommerce\":\"latest \",\"php\":\"$PHP_STABLE\",\"wordpress\":\"nightly\",\"test_tag\":\"shopper\",\"test_name\":\"shopper\"}")
147- MATRIX_ENTRIES+=("{\"woocommerce\":\"latest \",\"php\":\"$PHP_STABLE\",\"wordpress\":\"nightly\",\"test_tag\":\"merchant subscriptions\",\"test_name\":\"subscriptions-merchant\"}")
148- MATRIX_ENTRIES+=("{\"woocommerce\":\"latest \",\"php\":\"$PHP_STABLE\",\"wordpress\":\"nightly\",\"test_tag\":\"shopper subscriptions\",\"test_name\":\"subscriptions-shopper\"}")
149- MATRIX_ENTRIES+=("{\"woocommerce\":\"latest \",\"php\":\"$PHP_STABLE\",\"wordpress\":\"nightly\",\"test_tag\":\"shopper blocks\",\"test_name\":\"blocks-shopper\"}")
145+ MATRIX_ENTRIES+=("{\"woocommerce\":\"stable \",\"php\":\"$PHP_STABLE\",\"wordpress\":\"nightly\",\"test_tag\":\"merchant\",\"test_name\":\"merchant\"}")
146+ MATRIX_ENTRIES+=("{\"woocommerce\":\"stable \",\"php\":\"$PHP_STABLE\",\"wordpress\":\"nightly\",\"test_tag\":\"shopper\",\"test_name\":\"shopper\"}")
147+ MATRIX_ENTRIES+=("{\"woocommerce\":\"stable \",\"php\":\"$PHP_STABLE\",\"wordpress\":\"nightly\",\"test_tag\":\"merchant subscriptions\",\"test_name\":\"subscriptions-merchant\"}")
148+ MATRIX_ENTRIES+=("{\"woocommerce\":\"stable \",\"php\":\"$PHP_STABLE\",\"wordpress\":\"nightly\",\"test_tag\":\"shopper subscriptions\",\"test_name\":\"subscriptions-shopper\"}")
149+ MATRIX_ENTRIES+=("{\"woocommerce\":\"stable \",\"php\":\"$PHP_STABLE\",\"wordpress\":\"nightly\",\"test_tag\":\"shopper blocks\",\"test_name\":\"blocks-shopper\"}")
150150
151151 # Convert array to JSON
152152 MATRIX_INCLUDE=$(printf '%s\n' "${MATRIX_ENTRIES[@]}" | jq -s . -c)
0 commit comments