-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Indicate support for PHP 8.3 #430
Conversation
Pull Request Test Coverage Report for Build 6954295005
💛 - Coveralls |
Is it worth going through test failures on MacOS with… if (is_darwin()) {
static::markTestSkipped('MacOS has floating point issues (And issues with ext-intl)');
} It would make running the mutation tests easier locally… ? |
Thanks for the PR! Much appreciated. About:
I've fixed those together with the infection issues in PR #427 but it isn't merged yet. |
👍 Thanks @veewee |
@gsteel That PR that was blocking the tests has been merged. Can you rebase from the |
Thanks again! |
[![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [azjezz/psl](https://togithub.com/azjezz/psl) | `2.7.0` -> `2.8.0` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/azjezz%2fpsl/2.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/azjezz%2fpsl/2.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/azjezz%2fpsl/2.7.0/2.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/azjezz%2fpsl/2.7.0/2.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>azjezz/psl (azjezz/psl)</summary> ### [`v2.8.0`](https://togithub.com/azjezz/psl/releases/tag/2.8.0): Lenalee - 2.8.0 [Compare Source](https://togithub.com/azjezz/psl/compare/2.7.0...2.8.0) #### What's Changed - chore(ga): bump actions/checkout from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/azjezz/psl/pull/420](https://togithub.com/azjezz/psl/pull/420) - Fix mutations + math float tests by [@​veewee](https://togithub.com/veewee) in [https://github.com/azjezz/psl/pull/427](https://togithub.com/azjezz/psl/pull/427) - Introduce a comparison component by [@​veewee](https://togithub.com/veewee) in [https://github.com/azjezz/psl/pull/428](https://togithub.com/azjezz/psl/pull/428) - Indicate support for PHP 8.3 by [@​gsteel](https://togithub.com/gsteel) in [https://github.com/azjezz/psl/pull/430](https://togithub.com/azjezz/psl/pull/430) #### New Contributors - [@​gsteel](https://togithub.com/gsteel) made their first contribution in [https://github.com/azjezz/psl/pull/430](https://togithub.com/azjezz/psl/pull/430) **Full Changelog**: azjezz/psl@2.7.0...2.8.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/ben-challis/sql-migrations). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
No description provided.