We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d22ed5c commit a81f660Copy full SHA for a81f660
1 file changed
.github/workflows/grpc-tests.yml
@@ -31,6 +31,9 @@ jobs:
31
grpc-tests:
32
name: gRPC Tests (PHP 8.5)
33
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.
37
continue-on-error: true
38
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
39
0 commit comments