Skip to:
Content

BuddyPress.org

Changeset 13250


Ignore:
Timestamp:
02/25/2022 07:08:25 PM (3 years ago)
Author:
imath
Message:

GitHub Action: use composer update rather then install

See #8628

Location:
trunk
Files:
2 edited

Legend:

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

    r13249 r13250  
    5858        with:
    5959          composer-options: "--ignore-platform-reqs"
     60          dependency-versions: "lowest"
    6061
    6162      - name: Adjust wp-phpunit version
  • trunk/composer.json

    r13249 r13250  
    3636        "squizlabs/php_codesniffer" : "^3.5.4",
    3737        "wp-coding-standards/wpcs": "*",
    38         "wp-phpunit/wp-phpunit": "^5.9",
     38        "wp-phpunit/wp-phpunit": "^5.9.1",
    3939        "phpunit/phpunit": "^7.5"
    4040    }
Note: See TracChangeset for help on using the changeset viewer.