Make WordPress Core

Opened 3 years ago

Last modified 2 months ago

#54537 new enhancement

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

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

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
3 years ago

  • Keywords php81 added
  • Milestone changed from Awaiting Review to Future Release

#2 @hellofromTonya
22 months ago

  • Keywords php80 php82 added; php8 removed

#3 @desrosj
2 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.