Skip to content

Commit 93e760d

Browse files
committed
Run gRPC workflow on PHP 8.3
1 parent 0017157 commit 93e760d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/grpc-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ concurrency:
2929

3030
jobs:
3131
grpc-tests:
32-
name: gRPC Tests (PHP 8.4)
32+
name: gRPC Tests (PHP 8.3)
3333
runs-on: ubuntu-latest
3434
continue-on-error: true
3535
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
3636

3737
env:
38-
php-version: '8.4'
38+
php-version: '8.3'
3939
extensions: grpc
4040
key: cache-v1
4141

0 commit comments

Comments
 (0)