phpcs-gitlab
phpcs-gitlab copied to clipboard
Bump shivammathur/setup-php from 2.35.4 to 2.36.0
Bumps shivammathur/setup-php from 2.35.4 to 2.36.0.
Release notes
Sourced from shivammathur/setup-php's releases.
2.36.0
Changelog
- Added support for PHP 8.5 stable release.
- name: Setup PHP 8.5 (stable) uses: shivammathur/setup-php@v2 with: php-version: '8.5'
- Added support for PHP 8.6.0-dev. Specifying
8.6in thephp-versioninput should now set up a nightly build from the master branch ofphp-src. (#1002)- name: Setup PHP 8.6.0-dev uses: shivammathur/setup-php@v2 with: php-version: '8.6'
- Added support for
pdo_ibmandibm_db2extensions.- name: Setup PHP with pdo_ibm and ibm_db2 extensions uses: shivammathur/setup-php@v2 with: php-version: '8.5' extensions: pdo_ibm, ibm_db2
- Added support to install
blackfireextension on PHP 8.5.- name: Setup PHP with blackfire extension uses: shivammathur/setup-php@v2 with: php-version: '8.5' extensions: blackfire
- Improved support to detect the required libraries when building from source for common extensions. For example installing
gnupgfrom source would install the requiredlibgpgmelibrary automatically. (#1021)- name: Setup PHP with amqp extension uses: shivammathur/setup-php@v2 with: php-version: '8.5' extensions: gnupg-1.5.4
... (truncated)
Commits
44454dbFix check_lists in ppa.sh9d7558fRevert to using php-builder for PHP 8.3 and above for self-hosted7bf05c6Update README5daa53fFix shellcheck in darwin.she8f032aFix linkingf96e84aBump version to 2.36.04abbbd6Fix build pdo_oci on macos for PHP 7.0a19278eUpdate actions/checkout to v64364ed4Merge pull request #1030 from shivammathur/dependabot/github_actions/develop/...8dcd37fImprove macos php setup- 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)