Skip to content

Commit

Permalink
Pass "8" instead of "latest" for PHP version to comply with wp-env
Browse files Browse the repository at this point in the history
  • Loading branch information
alecgeatches committed Sep 10, 2024
1 parent af332f5 commit bdd3fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
wp: "master"
allowed_failure: false
# Check latest WP with the highest supported PHP.
- php: "latest"
- php: "8"
wp: "master"
allowed_failure: false

Expand Down

0 comments on commit bdd3fe6

Please sign in to comment.