Switch to v9

This commit is contained in:
James Cole 2020-07-31 08:56:12 +02:00
parent 9d6979e3dd
commit 886e9459a5
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

@ -78,11 +78,11 @@ jobs:
with:
name: composer
path: ~/.composer
- name: install composer
- name: Install composer
run: composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist --no-suggest
- name: PHPUnit tests
uses: php-actions/phpunit@v1
uses: php-actions/phpunit@v9
with:
config: phpunit.xml
memory: 2048M