Skip to content

Commit

Permalink
[THRIFT-5757] PHP cross test
Browse files Browse the repository at this point in the history
  • Loading branch information
sveneld committed Apr 4, 2024
1 parent 381d86e commit 8b95e81
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -463,12 +463,13 @@ jobs:
- lib-rust
- lib-go
- lib-python
- lib-php
runs-on: ubuntu-20.04
strategy:
matrix:
server_lang: ['java', 'kotlin', 'go', 'rs', 'swift']
server_lang: ['java', 'kotlin', 'go', 'rs', 'swift', 'php']
# we always use comma join as many client langs as possible, to reduce the number of jobs
client_lang: ['java,kotlin', 'go,rs', 'swift']
client_lang: ['java,kotlin', 'go,rs', 'swift', 'php']
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8b95e81

Please sign in to comment.