Skip to:
Content

BuddyPress.org

Changeset 12950 for trunk/package.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/package.json

    r12939 r12950  
    66    "description": "BuddyPress adds community features to WordPress. Member Profiles, Activity Streams, Direct Messaging, Notifications, and more!",
    77    "devDependencies": {
    8         "@babel/core": "^7.11.6",
    9         "@wordpress/babel-preset-default": "^5.0.1",
     8        "@babel/core": "~7.13.14",
     9        "@wordpress/babel-preset-default": "~5.1.0",
    1010        "@wordpress/browserslist-config": "~3.0.1",
    11         "@wordpress/env": "^3.0.2",
     11        "@wordpress/env": "^4.0.0",
    1212        "autoprefixer": "~8.5.2",
    1313        "grunt": "~1.3.0",
     
    1919        "grunt-contrib-imagemin": "~4.0.0",
    2020        "grunt-contrib-jshint": "^2.1.0",
    21         "grunt-contrib-uglify": "^5.0.0",
     21        "grunt-contrib-uglify": "~5.0.1",
    2222        "grunt-contrib-watch": "~1.1.0",
    2323        "grunt-exec": "^3.0.0",
    2424        "grunt-jsvalidate": "~0.2.2",
    2525        "grunt-legacy-util": "^2.0.0",
    26         "grunt-patch-wordpress": "~3.0.0",
     26        "grunt-patch-wordpress": "~3.0.1",
    2727        "grunt-postcss": "~0.9.0",
    28         "grunt-rtlcss": "~2.0.1",
     28        "grunt-rtlcss": "~2.0.2",
    2929        "grunt-sass": "~2.0.0",
    3030        "grunt-stylelint": "~0.15.0",
    3131        "matchdep": "~2.0.0",
    3232        "parcel-bundler": "~1.12.5",
    33         "phplint": "^2.0.1",
     33        "phplint": "~2.0.5",
    3434        "postcss-scss": "~2.0.0",
    35         "stylelint": "~13.6.1",
     35        "stylelint": "~13.13.1",
    3636        "stylelint-config-wordpress": "~17.0.0"
    3737    },
     
    7575    ],
    7676    "dependencies": {
    77         "postcss": "~7.0.32"
     77        "postcss": "~7.0.35"
    7878    }
    7979}
Note: See TracChangeset for help on using the changeset viewer.