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 0017157 commit 93e760dCopy full SHA for 93e760d
1 file changed
.github/workflows/grpc-tests.yml
@@ -29,13 +29,13 @@ concurrency:
29
30
jobs:
31
grpc-tests:
32
- name: gRPC Tests (PHP 8.4)
+ name: gRPC Tests (PHP 8.3)
33
runs-on: ubuntu-latest
34
continue-on-error: true
35
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
36
37
env:
38
- php-version: '8.4'
+ php-version: '8.3'
39
extensions: grpc
40
key: cache-v1
41
0 commit comments