Skip to:
Content

BuddyPress.org

Changeset 12264 for trunk/.travis.yml


Ignore:
Timestamp:
10/26/2018 12:06:50 PM (6 years ago)
Author:
djpaul
Message:

Increase WordPress minimum supported version to 4.6.

See https://codex.buddypress.org/getting-started/wordpress-version-compatibility/ for
how we decide which version of WordPress to maintain backwards compatibilty to.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r11963 r12264  
    3131  - WP_VERSION=4.7 BP_TRAVISCI=travis:phpunit
    3232  - WP_VERSION=4.6 BP_TRAVISCI=travis:phpunit
    33   - WP_VERSION=4.5 BP_TRAVISCI=travis:phpunit
    3433
    3534matrix:
     
    4948      env: WP_VERSION=4.6 BP_TRAVISCI=travis:phpunit
    5049      dist: precise
    51     - php: 5.3
    52       env: WP_VERSION=4.5 BP_TRAVISCI=travis:phpunit
    53       dist: precise
    5450  exclude:
    5551    - php: 7.2
    5652      env: WP_VERSION=4.6 BP_TRAVISCI=travis:phpunit
    57     - php: 7.2
    58       env: WP_VERSION=4.5 BP_TRAVISCI=travis:phpunit
    5953
    6054# before_install: Failures in this section will result in build status 'errored'
Note: See TracChangeset for help on using the changeset viewer.