-
Notifications
You must be signed in to change notification settings - Fork 1.5k
PHPORM-164 Run tests with PHP 8.4 #2830
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
Conversation
85bae41
to
a5f3767
Compare
6e72c12
to
87f4912
Compare
Single deprecation issue to be fixed by spatie/laravel-ray#340 |
@@ -31,6 +31,12 @@ jobs: | |||
laravel: "10.*" | |||
mongodb: "5.0" | |||
mode: "low-deps" | |||
os: "ubuntu-latest" | |||
- php: "8.4" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to allow failures on 8.4, or wait until spatie/laravel-ray#340 is merged?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll see tomorrow, depending on how responsive the maintainers are.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Waiting for the branch alias to be fixed spatie/laravel-ray#341, or the fix to be released.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New package update: spatie/ray#903
All good, the 3rd party packages are fixed. |
Fix PHPORM-164
See what's new in PHP 8.4 on php.watch.
We have no implicitly nullable arguments. So nothing to fix so far.
Checklist