Skip to content

Commit

Permalink
Raise the lowest version to 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ingeniumed committed May 31, 2024
1 parent 1ae03ed commit 5539d36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
include:
# Check lowest supported WP version, with the lowest supported PHP.
- php: "8.0"
wp: "5.9"
wp: "6.0"
allowed_failure: false
# Check latest WP with the highest supported PHP.
- php: "latest"
Expand Down
2 changes: 1 addition & 1 deletion vip-block-data-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Author: WordPress VIP
* Text Domain: vip-block-data-api
* Version: 1.2.4
* Requires at least: 5.9
* Requires at least: 6.0
* Tested up to: 6.4
* Requires PHP: 8.0
* License: GPL-3
Expand Down

0 comments on commit 5539d36

Please sign in to comment.