Skip to content

Commit 98007cd

Browse files
fix: use WordPress 6.8 in performance flow test
Latest Elementor from wordpress.org requires WordPress 6.8 minimum. Update the Test Actions workflow to match. Ref: ED-24451 Co-authored-by: Netanel Baba <Ntnelbaba@users.noreply.github.com>
1 parent 5444eeb commit 98007cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: ./actions/setup-wp-env
2121
with:
2222
php: '8.0'
23-
wp: '6.6'
23+
wp: '6.8'
2424
active-theme: 'hello-elementor'
2525
themes: |-
2626
https://downloads.wordpress.org/theme/hello-elementor.zip

0 commit comments

Comments
 (0)