Make WordPress Core

Changeset 43975


Ignore:
Timestamp:
12/11/2018 04:20:02 AM (6 years ago)
Author:
jorbin
Message:

Build/Test Tools: Use 7.3 for PHP 7.3

Travis now supports PHP7.3 without workarounds, so let's remove the workarounds.

Merges [43726] to trunk.

See #44771.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/.travis.yml

    r43673 r43975  
    1313matrix:
    1414  include:
    15   - php: 7.3.0RC1
    16     sudo: required
    17     dist: xenial
    18     services: mysql
    19     addons:
    20       apt:
    21         packages:
    22           - libzip4
     15  - php: 7.3
    2316  - php: 7.2
    2417    env: WP_TRAVISCI=travis:format
     
    4235  allow_failures:
    4336  - php: nightly
    44   - php: 7.3.0RC1
     37  - php: 7.3
    4538before_install:
    4639- |
     
    7669  if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then
    7770    case "$TRAVIS_PHP_VERSION" in
    78       7.3.0RC1|7.2|7.1|7.0|nightly)
     71      7.3|7.2|7.1|7.0|nightly)
    7972        echo "Using PHPUnit 6.x"
    8073        travis_retry composer global require "phpunit/phpunit:^6"
Note: See TracChangeset for help on using the changeset viewer.