graphqlite-bundle
graphqlite-bundle copied to clipboard
⬆️ Bump shivammathur/setup-php from 2.30.4 to 2.32.0
Bumps shivammathur/setup-php from 2.30.4 to 2.32.0.
Release notes
Sourced from shivammathur/setup-php's releases.
2.32.0
Changelog
- Added support for PHP 8.4 as the default stable PHP version.
- name: Setup PHP uses: shivammathur/setup-php@v2
- Added support for PHP 8.5 as the nightly version. (#867)
- name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: '8.5'
- Added support for
pre-installedinphp-versioninput. (#872) It will setup the pre-installed PHP version on the runner as per the docs here https://github.com/shivammathur/setup-php?tab=readme-ov-file#github-hosted-runners. If the runner does not have a pre-installed PHP version, it will fail. Please note: It is not recommended to use this unless you are doing something trivial, the pre-installed PHP versions on GitHub hosted runners are old patch versions.- name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: pre-installed
- Added support for
.tool-versionsfile format inphp-version-fileinput. (#883) If you have an asdf .tool-versions file in your project. For example, you can specify.tool-versionsnow in thephp-version-fileinput and the action would setup the correct PHP version.ruby 3.4 php 8.4 nodejs 23.5- name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version-file: .tool-versions
- Added support for to specify the path for composer file in the project to read the PHP version using
COMPOSER_PROJECT_DIRenv value. (#894)- name: Setup PHP uses: shivammathur/setup-php@v2 env: </tr></table>
... (truncated)
Commits
9e72090Fix composer-dependency-analyser packagist repository34b79caImprove docs for php-version-file inpute5af5d6Update default version in linux.sh and darwin.shba21a89Pass prefix options to make in source.sh12b88cfFix building pdo_firebird on macOS with clang 15cffd8caFix libssl link in couchbase [skip ci]85ed51cFix support for zephir_parser5bb2eedFix oci extension support on Windows for PHP 8.4 and above96fb539Bump node dependencies775fa76Do not upgrade when version is pre-installed on macOS- Additional commits viewable in compare view
You can trigger a rebase of this PR 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.