-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
PHP 8.3 Compatibility checks. #678
PHP 8.3 Compatibility checks. #678
Conversation
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.
It's great to prepare for the new php version, thanks.
It's important to mention that I don't plan to release this until php 8.3 is GA.
@@ -9,6 +9,10 @@ jobs: | |||
|
|||
runs-on: "ubuntu-latest" | |||
|
|||
strategy: |
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.
This doesn't need to be changed as the base version remains the same
@@ -16,6 +16,7 @@ jobs: | |||
- "locked" | |||
php-version: | |||
- "8.2" | |||
- "8.3" |
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.
Same here
@@ -16,6 +16,7 @@ jobs: | |||
- "locked" | |||
php-version: | |||
- "8.2" | |||
- "8.3" |
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.
Same here
@@ -19,6 +19,7 @@ jobs: | |||
- "development" | |||
php-version: | |||
- "8.2" | |||
- "8.3" |
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.
We already have a job for that atm - the only difference is that it allows failures for now (as that php version isn't stable yet)
Check PHP 8.3 support for lcobucci/clock 3.2.x branch.