Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/30/2023 09:56:33 AM (17 months ago)
Author:
imath
Message:

Update required Node.js version to >=20.10.0

Following WordPress latest move, we're updating Node.js as well as some development dependencies.
See: https://make.wordpress.org/core/2023/12/20/updating-wordpress-to-use-more-modern-versions-of-node-js-npm-2/

This commit also bumps PHP version to 8.2 for the coding standards GitHub action and wp-phpunit/wp-phpunit to 6.4 into our composer.json file.

Props espellcaste

Fixes #9047
Closes https://github.com/buddypress/buddypress/pull/205
Closes https://github.com/buddypress/buddypress/pull/210

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/coding-standards.yml

    r13324 r13684  
    1010      fail-fast: true
    1111      matrix:
    12         php: ['8.0']
     12        php: ['8.2']
    1313
    1414    steps:
    1515      - name: Cancel previous runs of this workflow (pull requests only)
    1616        if: ${{ github.event_name == 'pull_request' }}
    17         uses: styfle/cancel-workflow-action@0.5.0
     17        uses: styfle/cancel-workflow-action@0.12.0
    1818        with:
    1919          access_token: ${{ github.token }}
Note: See TracChangeset for help on using the changeset viewer.