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
61 stars 20 forks source link

Travis: test builds against PHP 7.4 #181

Closed jrfnl closed 5 years ago

jrfnl commented 5 years ago

Summary

This PR can be summarized in the following changelog entry:

Relevant technical choices:

Nightly has become PHP 8.0 since PHP 7.4 has been branched, so to continue to also test against PHP 7.4, it needs to be added separately.

Refs:

As PHP 8.x - current nightly - is not expected to be released until December 2020, with PHP 7.4 expected in December 2019, I've elected to replace the build against nightly with a build against 7.4snapshot.

Once PHP 7.4 is released, the "high PHP" build - currently PHP 7.3 - should be replaced with a build against PHP 7.4 (stable) and the "unstable" build - now 7.4snapshot - should be reverted to nightly.

Test instructions

This PR can be tested by following these steps:

jrfnl commented 5 years ago

Note: the PHP 7.4 build is currently failing. This is due to a PHP 7.4 related issue in the Mockery dependency and should be fixed there.

Dieterrr commented 5 years ago

CR done 👍