Make WordPress Core

Changeset 56696


Ignore:
Timestamp:
09/26/2023 12:46:32 AM (15 months ago)
Author:
SergeyBiryukov
Message:

Build/Test Tools: Use the latest PHP version for the coding standards workflow.

PHPCS can now be run on the latest PHP version as all known PHP 8.x compatibility issues (in WPCS) have been fixed.

Follow-up to [49162], [56695].

Props jrf, desrosj.
See #59161.

File:
1 edited

Legend:

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

    r56660 r56696  
    7878        uses: shivammathur/setup-php@4bd44f22a98a19e0950cbad5f31095157cc9621b # v2.25.4
    7979        with:
    80           php-version: '7.4'
     80          php-version: 'latest'
    8181          coverage: none
    8282          tools: cs2pr
Note: See TracChangeset for help on using the changeset viewer.