We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 528425c commit 758e16fCopy full SHA for 758e16f
.github/workflows/develop.yaml
@@ -16,8 +16,8 @@ jobs:
16
# - '8.2'
17
# - '8.1'
18
arch:
19
- - x64
20
- # - x86
+ # - x64
+ - x86
21
ts:
22
- 'nts'
23
# - 'ts'
@@ -83,7 +83,7 @@ jobs:
83
84
- name: Install Snappy
85
run: |-
86
- C:\php\bin\php.exe C:\php\pie.phar install -vvv kjdev/snappy
+ C:\php\bin\php.exe C:\php\pie.phar install kjdev/snappy
87
shell: pwsh
88
89
- name: Check Snappy
@@ -92,10 +92,3 @@ jobs:
92
cat C:\php\bin\php.ini
93
C:\php\bin\php.exe -m
94
95
-
96
- - name: Debug Snappy
97
- run: |-
98
- $ini = New-Item "C:\php\bin\php.ini" -Force
99
- Add-Content $ini "extension=php_snappy.dll"
100
- C:\php\bin\php.exe -m
101
- shell: pwsh
0 commit comments