@@ -95,12 +95,12 @@ jobs:
95
95
# Create optimized matrix with selective PHP version testing
96
96
# Build matrix dynamically based on WC versions
97
97
#
98
- # BLOCKS TESTS STRATEGY:
99
- # - Run blocks tests on current stable and newer WC versions where blocks support is mature
100
- # - WC 7.7.0: NO blocks tests (too old, limited support) - uses skip_blocks=1
101
- # - WC L-1: NO blocks tests (previous major, potential compatibility issues) - uses skip_blocks=1
102
- # - WC latest: YES blocks tests (current stable, full support)
103
- # - WC beta: YES blocks tests (newer version, test latest features)
98
+ # BLOCK-BASED CHECKOUT TESTS STRATEGY:
99
+ # - Run block-based checkout tests on current stable and newer WC versions where blocks support is mature
100
+ # - WC 7.7.0: NO block-based checkout tests (too old, limited support) - uses skip_blocks=1
101
+ # - WC L-1: NO block-based checkout tests (previous major, potential compatibility issues) - uses skip_blocks=1
102
+ # - WC latest: YES block-based checkout tests (current stable, full support)
103
+ # - WC beta: YES block-based checkout tests (newer version, test latest features)
104
104
# - WC RC: YES blocks tests (newest version, test upcoming release)
105
105
106
106
# Define common values to reduce repetition
@@ -193,7 +193,7 @@ jobs:
193
193
194
194
195
195
# Run tests against WP Nightly & WC latest
196
- # This section tests cutting-edge WordPress features with latest WC
196
+ # This section tests new WordPress features with latest WC
197
197
# Blocks tests are included here since we're testing against WP nightly + WC latest
198
198
wp-nightly-tests :
199
199
runs-on : ubuntu-latest
0 commit comments