hisorange / browser-detect

Browser Detection for Laravel by hisorange!
https://browser-detect.com
MIT License
1.08k stars 143 forks source link

test: merge tests to test multiple PHP and Laravel versions #215

Open pataar opened 7 months ago

pataar commented 7 months ago

I merged the tests to test combinations of Laravel 9, 10 and PHP 8.1 to 8.3.

Also removed the composer.lock file as packages shouldn't have one.

hisorange commented 7 months ago

Wow! Nice job, let me read this through to get a full picture, this GH action flow was setup long long ago, and for sure it was messy, so this is hugely appreciated!