Make WordPress Core

Changeset 44803


Ignore:
Timestamp:
03/06/2019 09:01:53 PM (6 years ago)
Author:
jorbin
Message:

Build: Add PHP 7.4 to the Travis build.

Travis have switched the nightly PHP version to PHP 8.0. The 7.4snapshot version is PHP 7.4.

We don't support 7.4 yet, so it's in allowed failures.

Fixes #46235.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r44701 r44803  
    1717  - php: 7.1
    1818    env: WP_TRAVISCI=travis:js
     19  - php: 7.4snapshot
    1920  - php: 7.3
    2021  - php: 7.2
     
    3435  - php: nightly
    3536  allow_failures:
     37  - php: 7.4snapshot
    3638  - php: nightly
    3739before_install:
     
    6870  if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then
    6971    case "$TRAVIS_PHP_VERSION" in
    70       7.3|7.2|7.1|nightly)
     72      7.4snapshot|7.3|7.2|7.1|nightly)
    7173        echo "Using PHPUnit 7.x"
    7274        travis_retry composer global require "phpunit/phpunit:^7"
Note: See TracChangeset for help on using the changeset viewer.