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 8c601bb commit 1c4587c
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,17 @@ 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
composer update --${{ matrix.dependency-version }} --prefer-dist --no-progress
- name: Fixture
- name: Fix phpunit/phpunit for php 8.3
if: matrix.php == '8.3'
run: |
VERSION="${{ matrix.php }}"
if [ "$VERSION" == 8.3 ]; then
composer update phpunit/phpunit:~10.0.10
fi
composer update phpunit/phpunit:~10.0.10
- name: Fix swow/psr7-plus for hypef 3.1
if: matrix.hyperf == '~3.1.0'
run: |
composer update swow/psr7-plus:~1.1.2
- name: Run Test Cases
run: |
Expand Down

0 comments on commit 1c4587c

Please sign in to comment.