Skip to content

Commit 14acb26

Browse files
authored
Merge pull request #103 from shivammathur/develop
1.5.8
2 parents 6d82503 + 3ff7f9c commit 14acb26

File tree

4 files changed

+13
-16
lines changed

4 files changed

+13
-16
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Setup PHP with required extensions, php.ini configuration and composer in [GitHu
4242
|5.6|`Stable`|`End of life`|
4343
|7.0|`Stable`|`End of life`|
4444
|7.1|`Stable`|`End of life`|
45-
|7.2|`Stable`|`Security fixes only `|
45+
|7.2|`Stable`|`Security fixes only`|
4646
|7.3|`Stable`|`Active`|
4747
|7.4|`Stable`|`Active`|
4848

package-lock.json

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-php",
3-
"version": "1.5.7",
3+
"version": "1.5.8",
44
"private": false,
55
"description": "Setup PHP for use with GitHub Actions",
66
"main": "dist/index.js",
@@ -44,7 +44,7 @@
4444
"jest-circus": "^24.9.0",
4545
"prettier": "^1.17.1",
4646
"ts-jest": "^24.1.0",
47-
"typescript": "^3.6.4"
47+
"typescript": "^3.7.3"
4848
},
4949
"husky": {
5050
"skipCI": true,

src/scripts/win32.ps1

-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ else {
4545
Set-PhpIniKey -Key 'date.timezone' -Value 'UTC' -Path $php_dir
4646
Enable-PhpExtension -Extension openssl, curl -Path $php_dir
4747
Update-PhpCAInfo -Path $php_dir -Source CurrentUser
48-
if ([Version]$installed.Version -ge '7.4') {
49-
Copy-Item "$dir\..\src\ext\php_pcov.dll" -Destination "$($installed.ExtensionsPath)\php_pcov.dll"
50-
}
5148
Add-Log $tick "PHP" $status
5249

5350
Install-Composer -Scope System -Path $php_dir -PhpPath $php_dir

0 commit comments

Comments
 (0)