mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-20 11:48:27 -06:00
Switch to v9
This commit is contained in:
parent
9d6979e3dd
commit
886e9459a5
4
.github/workflows/laravel.yml
vendored
4
.github/workflows/laravel.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user