Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/12/2022 06:41:40 PM (3 years ago)
Author:
imath
Message:

Raise WordPress required version to 5.7

BuddyPress 11.0.0 will require at least WordPress 5.7. The BP Development team took this decision according to our guideline about WordPress version compatibility.

Props espellcaste, dcavins, oztaser.

Fixes #8709

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/unit-tests.yml

    r13285 r13297  
    2020            wp_version: '6.0'
    2121          - php: '7.4'
    22             wp_version: '5.4'
     22            wp_version: '5.7'
    2323    env:
    2424      WP_ENV_PHP_VERSION: ${{ matrix.php }}
     
    6060
    6161      - name: Adjust wp-phpunit version
    62         run: if [ ${{ env.WP_VERSION }} == '5.4' ]; then composer require --dev "wp-phpunit/wp-phpunit:5.4"; fi
     62        run: if [ ${{ env.WP_VERSION }} == '5.7' ]; then composer require --dev "wp-phpunit/wp-phpunit:5.7"; fi
    6363
    6464      - name: Cache node modules
Note: See TracChangeset for help on using the changeset viewer.