Skip to content

Commit a81f660

Browse files
committed
Explain gRPC workflow is non-blocking
1 parent d22ed5c commit a81f660

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/grpc-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
grpc-tests:
3232
name: gRPC Tests (PHP 8.5)
3333
runs-on: ubuntu-latest
34+
# Non-blocking while the gRPC extension is broken/unstable on PHP 8.5.
35+
# See https://github.com/shivammathur/setup-php/issues/1041.
36+
# Remove this once upstream releases a stable extension and tests pass.
3437
continue-on-error: true
3538
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
3639

0 commit comments

Comments
 (0)