Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gokure committed Dec 12, 2023
1 parent fa795cb commit ef2f8c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ jobs:
composer require "hyperf/config:${{ matrix.hyperf }}" --dev --no-interaction --no-update
composer require "hyperf/testing:${{ matrix.hyperf }}" --dev --no-interaction --no-update
composer require "hyperf/validation:${{ matrix.hyperf }}" --dev --no-interaction --no-update
composer update --${{ matrix.dependency-version }} --prefer-dist --no-progress --with=swow/psr7-plus:~1.1.2 --with=phpunit/phpunit:~10.0.10
composer update --${{ matrix.dependency-version }} --prefer-dist --no-progress --with=swow/psr7-plus:~1.1.2
if [ "${{ matrix.php }}" == "8.3"]; then
composer update phpunit/phpunit:~10.0.10
fi
- name: Run Test Cases
run: |
Expand Down

0 comments on commit ef2f8c8

Please sign in to comment.