From 886e9459a512bcd1fd5597c6038aaad403c4885e Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 31 Jul 2020 08:56:12 +0200 Subject: [PATCH] Switch to v9 --- .github/workflows/laravel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index f57d09a29f..dd199b6446 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -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