Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/run-package-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ export -f run_package_test_parallel
export STRICT
export PREFER_LOWEST
export FAILED_FILE
export GRPC_ENABLE_FORK_SUPPORT=1

# Determine optimal parallelism: default to the number of CPU cores on the host runner
MAX_JOBS=${MAX_JOBS:-$(nproc 2>/dev/null || echo 8)}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:

permissions:
contents: read
env:
GRPC_ENABLE_FORK_SUPPORT: 1

jobs:
test:
Expand Down
3 changes: 3 additions & 0 deletions Auth/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@
<directory suffix="Test.php">tests</directory>
</testsuite>
</testsuites>
<php>
<env name="GRPC_ENABLE_FORK_SUPPORT" value="1"/>
</php>
</phpunit>
4 changes: 2 additions & 2 deletions Gax/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"php": "^8.2",
"google/auth": "^1.53",
"google/grpc-gcp": "^0.4",
"grpc/grpc": "^1.13",
"grpc/grpc": "^1.38",
"google/protobuf": "^4.31||^5.34",
"guzzlehttp/promises": "^2.0.3||^3.0",
"guzzlehttp/psr7": "^2.6.3||^3.0",
"google/common-protos": "^4.9",
"google/longrunning": "~0.4",
"ramsey/uuid": "^4.0"
"ramsey/uuid": "^4.2.3"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
Expand Down
Loading