-
Notifications
You must be signed in to change notification settings - Fork 90
Add PHP 8.5 support #83
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
base: master
Are you sure you want to change the base?
Conversation
Updated php version
Updated PHP version matrix
Updated composer.json to support php8.5
Updated Composer Json with PHP 85
Updated the composer for eloquent/liberator
Updated related versions
.github/workflow.yml
Outdated
| @@ -0,0 +1,157 @@ | |||
| name: Unit | |||
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.
why is this workflow file added/duplicated?
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 deleted newly created Workflow
composer.json
Outdated
| "phpunit/phpunit": "^9.5.25 || ^10.0 || ^11.0", | ||
| "predis/predis": "^1.1.8 || ^2.0", | ||
| "spatie/async": "^1.5" | ||
| "spatie/async": "^1.5 || ^1.8" |
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.
^1.5 means >=1 <2
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 update it.
composer.json src/Mutex/DistributedMutex.php
…ce TestAccess for property access
…perty/method access
…support PHP 8.2 and above
fix #81