Skip to content

Commit

Permalink
chore: use latest grpc (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored May 12, 2023
1 parent 5a2a685 commit 501cc47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ branchProtectionRules:
isAdminEnforced: true
requiredStatusCheckContexts:
- 'PHP 7.4 Unit Test'
- 'PHP 7.4 Unit Test protobuf,grpc-1.49.0'
- 'PHP 7.4 Unit Test protobuf,grpc'
- 'PHP 8.0 Unit Test'
- 'PHP 8.1 Unit Test'
- 'PHP 8.2 Unit Test'
- 'PHP 8.2 Unit Test protobuf,grpc-1.49.0'
- 'PHP 8.2 Unit Test protobuf,grpc'
- 'PHP Style Check'
- 'cla/google'
requiredApprovingReviewCount: 1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
tools: [""]
include:
- php: "7.4"
extensions: "protobuf,grpc-1.49.0"
extensions: "protobuf,grpc"
tools: "pecl"
- php: 8.2
extensions: "protobuf,grpc-1.49.0"
extensions: "protobuf,grpc"
tools: "pecl"
name: "PHP ${{ matrix.php }} Unit Test ${{ matrix.extensions }}"
steps:
Expand Down

0 comments on commit 501cc47

Please sign in to comment.