Yoast / yoast-acf-analysis

WordPress plugin that adds the content of all ACF fields to the Yoast SEO score analysis.
https://wordpress.org/plugins/acf-content-analysis-for-yoast-seo/
GNU General Public License v3.0
62 stars 20 forks source link

Update WP Test Utils, BrainMonkey and add PHP 8.0 to the Travis matrix #283

Closed jrfnl closed 3 years ago

jrfnl commented 3 years ago

Summary

This PR can be summarized in the following changelog entry:

Relevant technical choices:

Composer: update test tools

Update WP Test Utils to version 0.2.1 with dependencies, which means that BrainMonkey and PHPUnit Polyfills have now also been updated.

Refs:

Travis: run the tests against PHP 8.0

Since this Friday, Travis now has a PHP 8.0 image available.

This commit:

Test instructions

This PR can be tested by following these steps:

jrfnl commented 3 years ago

Redone for merge conflicts.