Skip to content

Commit

Permalink
Merge branch 'main' into owl-bot-copy-Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Jul 17, 2024
2 parents d6fbce0 + 36dafd7 commit 43e8cf0
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 43e8cf0

Please sign in to comment.