GH Action: PHP Unit Tests / Get WP and WC version matrix failed #2374
Labels
needs investigation
priority: low
The issue/PR is low priority—not many people are affected or there’s a workaround, etc.
Describe the bug:
When I was releasing 2.6.7, one of the checks in the final step merge trunk to develop failed. The check is the preprocessor of PHP unit tests which it would get WP and WC version matrix.
The error message is:
However, the URL https://api.wordpress.org/plugins/info/1.0/woocommerce.json is accessible. I also tested it locally using node-fetch to fetch the URL and it worked. I haven't dug deeper but just a bold guess it would possibly because of node-fetch/node-fetch#1576 in node-fetch package?
Strangely that the same check passed in the 2.6.7 release branch PR.
Steps to reproduce:
Expected behavior:
The job should complete successfully.
Actual behavior:
The job failed.
Additional details:
The text was updated successfully, but these errors were encountered: