Skip to content

Commit 8b95e81

Browse files
committed
[THRIFT-5757] PHP cross test
1 parent 381d86e commit 8b95e81

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,12 +463,13 @@ jobs:
463463
- lib-rust
464464
- lib-go
465465
- lib-python
466+
- lib-php
466467
runs-on: ubuntu-20.04
467468
strategy:
468469
matrix:
469-
server_lang: ['java', 'kotlin', 'go', 'rs', 'swift']
470+
server_lang: ['java', 'kotlin', 'go', 'rs', 'swift', 'php']
470471
# we always use comma join as many client langs as possible, to reduce the number of jobs
471-
client_lang: ['java,kotlin', 'go,rs', 'swift']
472+
client_lang: ['java,kotlin', 'go,rs', 'swift', 'php']
472473
fail-fast: false
473474
steps:
474475
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)