elementor / wp2static

WordPress static site generator for security, performance and cost benefits
https://wp2static.com
The Unlicense
1.42k stars 270 forks source link

Drop min PHP support down to 7.2 #818

Closed leonstafford closed 3 years ago

leonstafford commented 3 years ago

We want to submit to wp.org. Due to this constraint with their CI, cannot submit a min PHP 7.4 constrained plugin.

Will need to adjust tooling/checks and remove some unsupported typing for this and each addon.

leonstafford commented 3 years ago

may not be required, promising comment that can now target min PHP 7.4 and get through WP's SVN, awaiting confirmation

leonstafford commented 3 years ago

Should be fine. Otto confirms basic linting will pass, as wordpress.org is running php 7.4 now.

We'll submit and see!