Skip to:
Content

BuddyPress.org

Changeset 12993


Ignore:
Timestamp:
07/12/2021 07:03:26 PM (5 years ago)
Author:
imath
Message:

Decrease unit tests GH action tested WP min. version to 5.7

wp-env is using WP tags instead of WP branches, as the 5.8 tag has not been released yet, we need to wait for it to avoid GitHub fetching errors.

See #8501

File:
1 edited

Legend:

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

    r12992 r12993  
    1616        include:
    1717          - php: '8.0'
    18             wp_version: '5.8'
     18            wp_version: '5.7'
    1919          - php: '7.4'
    20             wp_version: '5.8'
     20            wp_version: '5.7'
    2121    env:
    2222      WP_ENV_PHP_VERSION: ${{ matrix.php }}
Note: See TracChangeset for help on using the changeset viewer.