Kai Sassnowski

Results 105 comments of Kai Sassnowski

🎉 https://github.com/ksassnowski/venture/releases/tag/4.0.0

Do you have an example of a possible use case for this?

This is something that I considered and eventually decided against when I first created the package. I'm not opposed to the idea in general, but I think it would require...

So this would be akin to a something like a `manual` task that some CI servers support? I like the idea but I'm not sure how hard it would be...

Yeah, it might actually be a lot easier than I initially thought. I can try to have a look at this soon. Or let me know if you want to...

This is now possible in v4 using [gated jobs](https://laravel-venture.com/usage/configuring-workflows.html#gated-jobs)

Currently it wouldn't work because of how Venture keeps track of references. But it's definitely something that should be possible in the future. I'm still having a look at #14...

This is now possible in v4. Here's the relevant section in the docs: https://laravel-venture.com/usage/configuring-workflows.html#adding-closures-as-jobs

Alright, sweet. So to some up, I will: - add the missing type hints for the `Iterator` and `ArrayAccess` methods - require at least PHP 7.4 - possibly bump the...

Great. Slightly off topic. Would you be open for a separate PR that adds a Github action to run the test suite against different PHP versions? I found this issue...