update dev environment
All checks were successful
continuous-integration/drone/push Build is passing

* remove remaining Robo calls from Composer scripts
* update WP test bootstrap
* update dev dependencies
This commit is contained in:
2021-10-18 19:55:42 +02:00
parent caf471d3bf
commit e607ae270f
4 changed files with 58 additions and 33 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: Setup WP
run: bash bin/install-wp-tests.sh wordpress root root localhost "${{ matrix.wordpress }}"
- name: Install
run: composer install
run: composer install --no-interaction
- name: Test
run: composer test