Skip to content

Commit c330e2b

Browse files
committed
#125 - Update extension name in CI
1 parent 118b49a commit c330e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/win-ci-tools.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ function EnableExtension {
299299

300300
Copy-Item -Path "${env:RELEASE_DLL_PATH}" -Destination "${env:PHPROOT}\ext\"
301301

302-
Enable-PhpExtension -Extension 'Zephir Parser' -Path "${env:PHPROOT}"
302+
Enable-PhpExtension -Extension zephir_parser -Path "${env:PHPROOT}"
303303
}
304304

305305
function PrepareReleasePackage {

0 commit comments

Comments
 (0)