Skip to content

Commit

Permalink
Update php-sdk-tools.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lifenglsf authored Oct 8, 2024
1 parent afa5fbf commit 4d7cbe4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/php-sdk-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ jobs:
strategy:
matrix:
#version: ${{ fromjson(needs.setup_matrix.outputs.matrix-version)}}
#version: ["7.4","8.0","8.1","8.2","8.3"]
version: ["7.4"]
version: ["7.4","8.0","8.1","8.2","8.3"]
#version: ["7.4"]
arch: [x64,x86]
ts: [ts,nts]
ext: ["basic"]
#ext: ["basic","igbinary","msgpack"]
#ext: ["basic"]
ext: ["basic","igbinary","msgpack"]
steps:
- name: vc15
if: matrix.version=='7.4'
Expand Down

0 comments on commit 4d7cbe4

Please sign in to comment.