allure-php-api
allure-php-api copied to clipboard
Bump shivammathur/setup-php from 2.23.0 to 2.25.1
Bumps shivammathur/setup-php from 2.23.0 to 2.25.1.
Release notes
Sourced from shivammathur/setup-php's releases.
2.25.1
Changelog
- Fixed regression in support for event extension in
2.25.0(#722).- Added fallback to GitHub API in
Add-DebugSymbolson Windows.- Updated Node.js dependencies.
Full Changelog: https://github.com/shivammathur/setup-php/compare/2.25.0...2.25.1
2.25.0
Changelog
- Dropped support for Ubuntu 18.04. (#717) Please use
ubuntu-22.04orubuntu-20.04runners.- runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04or
- runs-on: ubuntu-18.04
- runs-on: ubuntu-20.04
Added support for
php-version-fileinput to read the input PHP version from a file Docs. (#690)Example: If you have a file
.php-versionin your file structure with the PHP version as its content, you can use thephp-version-fileinput.- name: Checkout uses: actions/checkout@v3
- name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version-file: .php-version
- Added support for
intlextension withICU 73.1. shivammathur/icu-intl#5- name: Setup PHP uses: shivammathur/setup-php@v2 with: extensions: intl-73.1
... (truncated)
Commits
cb8f453Update Node.js dependencies19323eaFix event extension priorityb951cf1Add fallback using expanded assets in Add-DebugSymbols on Windows1fdc5e7Update Node.js dependencies1474d67Drop support for ubuntu-18.041afae18Bump version 2.25.036e33e1Add known non-default extension priorities in a config3d794ddUse phpenmod only for PHP 5.6 and abovec61bd0eFix Get-File in win32.ps11f8252aFix selecting php-builder builds on Windows- 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 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)