phpunit-pretty-printer
phpunit-pretty-printer copied to clipboard
Bump shivammathur/setup-php from 2.21.2 to 2.28.0
Bumps shivammathur/setup-php from 2.21.2 to 2.28.0.
Release notes
Sourced from shivammathur/setup-php's releases.
2.28.0
Changelog
- Specifying 8.3 in
php-versionnow installs a stable build of PHP 8.3.- name: Setup PHP 8.3 uses: shivammathur/setup-php@v2 with: php-version: '8.3'
- Specifying
latestinphp-versionnow installs PHP 8.3 as well.- name: Setup Latest PHP uses: shivammathur/setup-php@v2 with: php-version: 'latest'
- Specifying
nightlyinphp-versionnow installs PHP 8.4.- name: Setup Nightly PHP uses: shivammathur/setup-php@v2 with: php-version: 'nightly'
- Added support for
intlextension with ICU 74.1 (shivammathur/icu-intl#7)- name: Setup PHP with intl uses: shivammathur/setup-php@v2 with: php-version: '8.3' extensions: intl-74.1
- Added support to specify
ztsinphptsenvironment variable instead oftsto set up thread-safe PHP on Linux and Windows.- name: Setup PHP 8.3 (ZTS) uses: shivammathur/setup-php@v2 with: php-version: '8.3' env: phpts: zts
- Fixed support for debug builds. (#784)
- name: Setup PHP 8.3 uses: shivammathur/setup-php@v2 </tr></table>
... (truncated)
Commits
e6f7513Updatephptssection in README1874353Fix linking grpc on macos but installed along protoceea39eaDisable xdebug and pcov when blackfire extension is installedbac56c8Add patch for geos124d256Add back support for nightly builds on self-hostedeeddcfeBump version to 2.28.0de2903aFix installing zts buildsbbe1204Use cached builds for zts99a92d5Test cache for PHP 8.3 and PHP 8.47c6c249Mark PHP 8.3 as stable- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)