dusterio / laravel-plain-sqs

Custom SQS connector for Laravel (or Lumen) that supports third-party, plain JSON messages
MIT License
131 stars 92 forks source link

[ASAP] Updated Laravel version check #55

Closed ghost closed 2 years ago

ghost commented 2 years ago

I have updated the Laravel version check. It is very important that the bot bumping the version does not automatically push "any new Laravel version is valid", because this check will need to be manually updated again... it is just giving me errors everywhere...

https://github.com/dusterio/laravel-plain-sqs/pull/53

ghost commented 2 years ago

@dusterio thank you for the fast merge! We would need to add a test so this does not happen again, but I am not sure right now what to add.