Skip to content

Commit

Permalink
Removed use of deprecated --dev switch
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinOrlowski committed May 6, 2024
1 parent 472db8c commit 3b312ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
shell: bash
run: |
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
/usr/local/bin/composer install --dev --no-interaction
/usr/local/bin/composer install --no-interaction
/usr/local/bin/composer test

0 comments on commit 3b312ef

Please sign in to comment.