Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Oct 11, 2023
1 parent f898c9a commit c2e1e0a
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 @@ -42,7 +42,7 @@ jobs:
- name: Composer install --no-progress --prefer-dist --optimize-autoloader
run: |
composer --version
composer require --dev phpunit/phpunit:"^8.5"
composer require --dev phpunit/phpunit:"^9.5"
if ${{ matrix.prefer-lowest == 'prefer-lowest' }}
then
composer update --prefer-lowest --prefer-stable
Expand Down

0 comments on commit c2e1e0a

Please sign in to comment.