setup-php v2.5.0 Release Notes
Release Date: 2020-09-07 // over 2 years ago-
โ Add support for
phing
. Closes #275- name: Setup PHP with phinguses: shivammathur/[email protected]: php-version: '7.4'tools: phing
โ Add support to install
intl
extension with differentICU
versions forPHP 5.6
toPHP 7.4
onUbuntu
.
๐ICU 50.2
and newer versions are supported. Refer to ICU builds for the specific versions supported. Closes #282.- name: Setup PHP with intl and ICU 67.1uses: shivammathur/[email protected]: php-version: '7.4'extensions: intl-67.1
โ Add
printf
toPATH
if not found inWindows
.โ Add status page badge in
README
.๐ Revert to
Powershell PhpManager
to installPHP 8
onWindows
. (Ref: mlocati/powershell-phpmanager#62).๐ Switch from tags to releases and use release assets to get
Powershell PhpManager
.๐ Fix installing extensions from
Dotdeb
PPA forPHP 5.4
andPHP 5.5
. Ref: #281.๐ Fix removing extensions for
Ubuntu
self-hosted runners.Replace
fedora
references with a valid platform name to validate againstprocess.platform
.๐จ Refactor
tools.ts
andwin32.ps1
.โฌ๏ธ Bump
Typescript
version to4.0.1
.
๐ฑ Thanks @mlocati for the contributions ๐