Skip to content
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

Closed

Conversation

rajeshreeputra
Copy link

Check PHP 8.3 support for lcobucci/clock 3.2.x branch.

@rajeshreeputra rajeshreeputra mentioned this pull request Aug 24, 2023
Copy link
Owner

@lcobucci lcobucci left a 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:
Copy link
Owner

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"
Copy link
Owner

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"
Copy link
Owner

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"
Copy link
Owner

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)

@lcobucci lcobucci mentioned this pull request Sep 26, 2023
@lcobucci lcobucci closed this Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants