Changeset 13141
- Timestamp:
- 11/07/2021 06:18:47 PM (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/unit-tests.yml
r13140 r13141 59 59 composer-options: "--ignore-platform-reqs" 60 60 61 - name: Adjust wp-phpunit version 62 run: if [ ${{ env.WP_VERSION }} == '5.4' ]; then composer require --dev "wp-phpunit/wp-phpunit:5.4"; fi 63 61 64 - name: Cache node modules 62 65 uses: actions/cache@v2 -
trunk/composer.json
r12950 r13141 36 36 "squizlabs/php_codesniffer" : "^3.5.4", 37 37 "wp-coding-standards/wpcs": "*", 38 "wp-phpunit/wp-phpunit": "^5. 7",38 "wp-phpunit/wp-phpunit": "^5.8", 39 39 "phpunit/phpunit": "^7.5" 40 40 }
Note: See TracChangeset
for help on using the changeset viewer.