Make WordPress Core

Opened 5 years ago

Last modified 21 months ago

#54537 new enhancement

Tests: Enable PHP version check once PHP 8.0 compatibility is achieved.

Reported by: Hareesh Pillai Owned by:
Priority: normal Milestone: Future Release
Component: Build/Test Tools Version: 5.9
Severity: normal Keywords: needs-patch php80 php81 php82 php83 php84
Cc: Focuses:

Description

A test checking if the current recommended PHP version is actively supported was temporarily disabled in [52260]. This should be enabled once PHP 8.0 compatibility is achieved.

Related: #54528

Change History (3)

#1 @jrf
5 years ago

  • Keywords php81 added
  • Milestone Awaiting ReviewFuture Release

#2 @hellofromTonya
3 years ago

  • Keywords php80 php82 added; php8 removed

#3 @desrosj
21 months ago

  • Keywords php83 php84 added

Came across this one looking at tickets without a response. I am wondering if there's a better way to approach this test.

Realistically WordPress will go through times when an unsupported version of PHP is not the minimum recommendation. Maybe for now it's better to have this assertion compare the values listed on wordpress.org to the readme.html file's to confirm they are consistent?

Note: See TracTickets for help on using tickets.