Skip to:
Content

BuddyPress.org

Changeset 12950 for trunk/composer.json


Ignore:
Timestamp:
05/14/2021 05:23:02 AM (4 years ago)
Author:
imath
Message:

Build/test tools: use GitHub Actions to run PHP unit tests

We're starting using GitHub Actions with these 4 jobs to do our PHP Unit tests on this matrix :

  • WP Trunk - PHP 7.4
  • WP Trunk - PHP 8.0
  • WP 5.7 - PHP 7.4
  • WP 5.7 - PHP 8.0

As the future of Travis.org is uncertain, we believe it's an important step to secure our testing tool.

Props slaFFik, Huge Props espellcaste 💪

Fixes #8421

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/composer.json

    r12852 r12950  
    3434        "phpcompatibility/phpcompatibility-wp": "^2.1.0",
    3535        "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
    36         "wp-phpunit/wp-phpunit": "^5.6",
     36        "squizlabs/php_codesniffer" : "^3.5.4",
     37        "wp-coding-standards/wpcs": "*",
     38        "wp-phpunit/wp-phpunit": "^5.7",
    3739        "phpunit/phpunit": "^7.5"
    3840    }
Note: See TracChangeset for help on using the changeset viewer.