Skip to content

Commit

Permalink
Remove prefer-stable option
Browse files Browse the repository at this point in the history
  • Loading branch information
defunctl committed Aug 10, 2023
1 parent 4e9dc62 commit 2531093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install Composer dependencies
uses: ramsey/composer-install@v2
with:
composer-options: "--prefer-stable --prefer-dist"
composer-options: "--prefer-dist"

# GitHub workflows/actions have no tty, the script command captures the output as a work around
- name: PHPUnit Testing
Expand Down

0 comments on commit 2531093

Please sign in to comment.