Skip to content

Commit

Permalink
chore: pin grpc to fix failing tests (#7532)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Jul 17, 2024
1 parent d3d00ad commit 36dafd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: shivammathur/setup-php@verbose
with:
php-version: '8.1'
extensions: grpc
extensions: grpc-1.63.0
- name: Run Package Test Suites
run: bash .github/run-package-tests.sh

Expand All @@ -89,7 +89,7 @@ jobs:
uses: shivammathur/setup-php@verbose
with:
php-version: '8.1'
extensions: grpc
extensions: grpc-1.63.0
- name: Run Package Test Suites
env:
PREFER_LOWEST: ${{ github.event.pull_request.user.login == 'release-please[bot]' && '--prefer-lowest-strict' || '--prefer-lowest' }}
Expand Down

0 comments on commit 36dafd7

Please sign in to comment.