We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ba92b commit 3ec4eeaCopy full SHA for 3ec4eea
.github/workflows/e2e.yml
@@ -30,12 +30,11 @@ jobs:
30
node: ['22', '24']
31
wp: ['6.2', 'latest', 'trunk']
32
exclude:
33
- # On PRs: only test Node 22 + WP trunk for fast feedback
34
- # On trunk: full matrix with minimum and latest WP versions
+ # TEMPORARY, DO NOT MERGE: testing WP 6.2 compatibility fix
35
- event: 'pull_request'
36
node: '24'
37
38
- wp: '6.2'
+ wp: 'latest'
39
40
wp: 'trunk'
41
0 commit comments