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 5e688ec commit ba34f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ 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.1.0
composer update --${{ matrix.dependency-version }} --prefer-dist --no-progress --with=swow/psr7-plus:~1.1.2 --with=phpunit/phpunit:~10.0.19
- name: Run Test Cases
run: |
Expand Down

0 comments on commit ba34f7b

Please sign in to comment.