prooph / event-store

PHP 7.4 EventStore Implementation
http://getprooph.org
BSD 3-Clause "New" or "Revised" License
548 stars 73 forks source link

Add missing null default to nullable query property #431

Closed zluiten closed 1 year ago

zluiten commented 1 year ago

Fixes failing tests and adjusts the github actions config to include php 8.2

zluiten commented 1 year ago

Not sure why the github actions do not run.

Edit: Oh I see, they are configured to run on push (and not pull_request)

Edit2: I've modified the github actions config to also run on pull_request. Let me know if that is not supposed to be the case.

prolic commented 1 year ago

Thanks @zluiten