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 ef2f8c8 commit 8c601bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ jobs:
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
if [ "${{ matrix.php }}" == "8.3"]; then
- name: Fixture
run: |
VERSION="${{ matrix.php }}"
if [ "$VERSION" == 8.3 ]; then
composer update phpunit/phpunit:~10.0.10
fi
Expand Down

0 comments on commit 8c601bb

Please sign in to comment.