Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:
matrix:
include:
- php_version: '7.3'
wp_version: 6.5.5
wp_version: 6.6.4

- php_version: '7.3'
wp_version: null

- php_version: '8.2'
wp_version: 6.5.5
wp_version: 6.6.4

- php_version: '8.2'
wp_version: 6.6.2
wp_version: 6.6.4

- php_version: '8.2'
wp_version: 6.7.2
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ Add animations that will bring your site to life and make it more visually engag

= Minimum Requirements =

You'll need WordPress version 6.5.5 or higher for this to work.
You'll need WordPress version 6.6.4 or higher for this to work.

== Frequently Asked Questions ==

Expand Down
Loading