Skip to content

Commit

Permalink
Fix composer require command in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mzur committed Sep 20, 2023
1 parent 090a906 commit e5ee6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: composer install --prefer-dist --no-progress --no-plugins

- name: Install Kirby Version
run: composer require getkirby/cms:${{ matrix.kirby-versions }}
run: composer require -w getkirby/cms:${{ matrix.kirby-versions }}

- name: Run test suite
run: vendor/bin/phpunit

0 comments on commit e5ee6bf

Please sign in to comment.