dauxio / daux.io

Daux.io is an documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. It helps you create great looking documentation in a developer friendly way.
https://daux.io/
MIT License
795 stars 196 forks source link

Update shivammathur/setup-php action to v2.23.0 #360

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
shivammathur/setup-php action minor 2.22.0 -> 2.23.0

Release Notes

shivammathur/setup-php ### [`v2.23.0`](https://togithub.com/shivammathur/setup-php/releases/tag/2.23.0) [Compare Source](https://togithub.com/shivammathur/setup-php/compare/2.22.0...2.23.0) #### Support Ukraine

#StandWithUkraine

*** - Added support for nightly builds of `PHP 8.3`. **Note**: Specifying nightly as the `php-version` now will set up `PHP 8.3`. ```yml - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: '8.3' ``` - PHP 8.2 is now stable on `setup-php`. [#​673](https://togithub.com/shivammathur/setup-php/issues/673) **Notes**: - Specifying `latest` or `8.x` as the `php-version` now will set up `PHP 8.2`. - Except `ubuntu-22.04`, all GitHub runners now have `PHP 8.2` as the default version. ```yml - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: '8.2' ``` - Added support for thread-safe builds of PHP on Linux. [#​651](https://togithub.com/shivammathur/setup-php/issues/651) ```yml - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: '8.2' env: phpts: ts ``` - Improved extension support on macOS for various extensions using the `shivammathur/extensions` tap. - `ds` [https://github.com/shivammathur/homebrew-extensions/issues/2250](https://togithub.com/shivammathur/homebrew-extensions/issues/2250) - `gearman` [https://github.com/shivammathur/homebrew-extensions/issues/2161](https://togithub.com/shivammathur/homebrew-extensions/issues/2161) - `lua` [https://github.com/shivammathur/homebrew-extensions/issues/1898](https://togithub.com/shivammathur/homebrew-extensions/issues/1898) - `sqlsrv` and `pdo_sqlsrv` [https://github.com/shivammathur/homebrew-extensions/issues/2032](https://togithub.com/shivammathur/homebrew-extensions/issues/2032) - `v8js` [https://github.com/shivammathur/homebrew-extensions/issues/1899](https://togithub.com/shivammathur/homebrew-extensions/issues/1899) - Dropped support for `macos-10.15` GitHub runner. Please update your workflows to use `macos-latest` or `macos-12` runner. - Fixed support for `composer-unused`. [#​668](https://togithub.com/shivammathur/setup-php/issues/668) - Fixed support for `ini-values` with the `=` sign in the value. [#​676](https://togithub.com/shivammathur/setup-php/issues/676) - Added fallbacks to various tools and extensions that use the GitHub API for setup to avoid rate limit errors on Windows. - Fixed a minor error on macOS while patching updated dependency formulae. - Updated Node.js dependencies. *** **Full Changelog**: https://github.com/shivammathur/setup-php/compare/2.22.0...2.23.0 Merry Christmas and happy holidays! 🎄🎁 Thanks! [@​jrfnl](https://togithub.com/jrfnl) and [@​flavioheleno](https://togithub.com/flavioheleno) for the contributions 🎉

Follow for updates

setup-php reddit setup-php twitter setup-php status


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information