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

Compatibility with PHP 8.0 #22

Merged
merged 7 commits into from
Apr 19, 2022
Merged

Compatibility with PHP 8.0 #22

merged 7 commits into from
Apr 19, 2022

Conversation

PetrHeinz
Copy link
Contributor

@PetrHeinz PetrHeinz commented Apr 19, 2022

This PR allows for PHP 8.0, also bumps coding standard version and extends GitHub Actions workflow for easier maintenance.
Builds on BrandEmbassy/datetime-factory#4

I suggest releasing this as a MINOR version (3.3.0).

…FORE MERGE)"

This reverts commit 4f4fa1b.

Needs restart of Workflow after datetime-factory package release
@PetrHeinz PetrHeinz enabled auto-merge (squash) April 19, 2022 12:01
@@ -18,7 +21,7 @@ public function testGetBeginningOfTheDay(string $expectedAtom, string $originAto

Assert::assertSame(
DateTimeFormatter::format($expectedDateTime),
DateTimeFormatter::format(DateTimeModifier::getBeginningOfTheDay($originDateTime))
DateTimeFormatter::format(DateTimeModifier::getBeginningOfTheDay($originDateTime)),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it the standard now?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@PetrHeinz PetrHeinz disabled auto-merge April 19, 2022 14:46
@PetrHeinz
Copy link
Contributor Author

It's just coding standard bump and CI improvement, merging with a single review...

@PetrHeinz PetrHeinz merged commit 488e081 into master Apr 19, 2022
@PetrHeinz PetrHeinz deleted the php-8-0 branch April 19, 2022 14:46
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