Skip to content

Commit 4d7cbe4

Browse files
authored
Update php-sdk-tools.yml
1 parent afa5fbf commit 4d7cbe4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/php-sdk-tools.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ jobs:
7070
strategy:
7171
matrix:
7272
#version: ${{ fromjson(needs.setup_matrix.outputs.matrix-version)}}
73-
#version: ["7.4","8.0","8.1","8.2","8.3"]
74-
version: ["7.4"]
73+
version: ["7.4","8.0","8.1","8.2","8.3"]
74+
#version: ["7.4"]
7575
arch: [x64,x86]
7676
ts: [ts,nts]
77-
ext: ["basic"]
78-
#ext: ["basic","igbinary","msgpack"]
77+
#ext: ["basic"]
78+
ext: ["basic","igbinary","msgpack"]
7979
steps:
8080
- name: vc15
8181
if: matrix.version=='7.4'

0 commit comments

Comments
 (0)