Make WordPress Core

Changeset 46552


Ignore:
Timestamp:
10/15/2019 06:51:42 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Build/Test Tools: Move PHP 7.4 to the top of the list for consistency.

See #48232.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r46547 r46552  
    3434  - env: WP_TRAVISCI=test:compat COMPOSER_INSTALL=true NPM_INSTALL=false WP_INSTALL=false
    3535    name: "PHP Compatibility Check"
     36  - env: LOCAL_PHP=7.4-fpm WP_TRAVISCI=test:php
     37    name: "PHPUnit Tests: PHP 7.4"
    3638  - env: LOCAL_PHP=7.3-fpm WP_TRAVISCI=test:php
    3739    name: "PHPUnit Tests: PHP 7.3"
     
    4648  - env: LOCAL_PHP=5.6-fpm WP_TRAVISCI=test:php
    4749    name: "PHPUnit Tests: PHP 5.6"
    48   - env: LOCAL_PHP=7.4-fpm WP_TRAVISCI=test:php
    49     name: "PHPUnit Tests: PHP 7.4"
    5050  - env: LOCAL_PHP=8.0-fpm WP_TRAVISCI=test:php
    5151    name: "PHPUnit Tests: PHP 8.0"
Note: See TracChangeset for help on using the changeset viewer.