Make WordPress Core

Changeset 43726


Ignore:
Timestamp:
10/15/2018 02:47:44 AM (5 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.

Previously [43692].

See #44771.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0/.travis.yml

    r43725 r43726  
    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.1
    2417    env: WP_TRAVISCI=travis:js
     
    3932  allow_failures:
    4033  - php: nightly
    41   - php: 7.3.0RC1
     34  - php: 7.3
    4235before_install:
    4336- |
     
    7366  if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then
    7467    case "$TRAVIS_PHP_VERSION" in
    75       7.3.0RC1|7.2|7.1|7.0|nightly)
     68      7.3|7.2|7.1|7.0|nightly)
    7669        echo "Using PHPUnit 6.x"
    7770        travis_retry composer global require "phpunit/phpunit:^6"
Note: See TracChangeset for help on using the changeset viewer.