laravel-sqs-fifo-queue icon indicating copy to clipboard operation
laravel-sqs-fifo-queue copied to clipboard

When does this oss test Laravel 9?

Open pomcho555 opened this issue 3 years ago • 3 comments

Thank you for your great project. Laravel9 was released February 8th, 2022. So, we plan to use Laravel 9 as a web application in our project. And I have a question. Does this oss have plans to test Larave9? I want to know a rough roadmap on it for me and other developers waiting for that.

Also, I will share the information on our local testing result with Laravel9 if I get it.

pomcho555 avatar Mar 17 '22 12:03 pomcho555

I'm not sure what oss test is and maybe you mean something else. But I've successfully installed this on Laravel 9.30.1 and it works, just add the package and the credentials on config/queues.php and that's all.

Binternet avatar Sep 29 '22 09:09 Binternet

Thank you for your kind report. I have to share my experiment with you. This oss should do the trick on Laravel 9.2 like you did. We also tried some tests to verify if it works well with sample messages on SQS, and they were successful.

My gentle suggestion is that the README.md should have this information for Laravel 9.x users.

pomcho555 avatar Oct 01 '22 17:10 pomcho555

Added this commit: https://github.com/Binternet/laravel-sqs-fifo-queue/commit/7986e6509e11c57270238073729e2b8fb95cab0e

If this looks OK let me know and i'll open a PR.

Binternet avatar Oct 02 '22 09:10 Binternet

@pomcho555 , @Binternet ,

I appreciate the patience on this. The package has been updated to support both Laravel 9x and 10x, as well as PHP 8+. The new 3.0.0 tag for this support was released today.

Thanks, Patrick

patrickcarlohickman avatar Mar 09 '23 06:03 patrickcarlohickman