Make WordPress Core

Opened 5 years ago

Closed 4 years ago

#48413 closed task (blessed) (duplicate)

Trim the Travis build for the 5.1 branch

Reported by: desrosj's profile desrosj Owned by: desrosj's profile Desrosj
Milestone: Priority: normal
Severity: normal Version:
Component: Build/Test Tools Keywords: needs-patch
Focuses: Cc:

Description (last modified by desrosj)

Previously #42387 and #40407.

Older branches generally have a trimmed down test matrix pattern for jobs on Travis CI (with a reduced number of jobs for very old branches). Now that 5.1 can be considered older, let’s also trim this branch down to the following:

  • PHP Code Formatting
  • JS tests
  • Latest supported PHP version (7.3)
  • Latest 5.x PHP version with object cache
  • PHP 5.2

Change History (3)

#1 @desrosj
5 years ago

  • Description modified (diff)

#2 @desrosj
5 years ago

  • Keywords needs-patch added

I had a discussion with @jorbin recently and wanted to add some of the thoughts from that here for visibility.

In summary, this is OK, but there should be an official policy. For example:

  • Always lowest and highest PHP version supported
  • Always JavaScript builds
  • If it's the last version of WP to support a specific version of PHP, it stays
  • We keep the current stable -1 intact until after the next version is branched

#3 @desrosj
4 years ago

  • Milestone Future Release deleted
  • Resolution set to duplicate
  • Status changed from assigned to closed

Looks like this was addressed in [47322] as a part of #40407. Going to close as a duplicate.

Note: See TracTickets for help on using tickets.