Skip to content

Commit 3ec4eea

Browse files
committed
Temporary, will revert after running tests: use WP6.2 for PR CI
1 parent 19ba92b commit 3ec4eea

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,11 @@ jobs:
3030
node: ['22', '24']
3131
wp: ['6.2', 'latest', 'trunk']
3232
exclude:
33-
# On PRs: only test Node 22 + WP trunk for fast feedback
34-
# On trunk: full matrix with minimum and latest WP versions
33+
# TEMPORARY, DO NOT MERGE: testing WP 6.2 compatibility fix
3534
- event: 'pull_request'
3635
node: '24'
3736
- event: 'pull_request'
38-
wp: '6.2'
37+
wp: 'latest'
3938
- event: 'pull_request'
4039
wp: 'trunk'
4140

0 commit comments

Comments
 (0)