limosa-io / laravel-scim-server

SCIM 2.0 Server implementation for Laravel
MIT License
47 stars 28 forks source link

Add Laravel x PHP matrix to Github Action #38

Closed besanek closed 1 year ago

besanek commented 1 year ago

Hello,

this pull request introduces multiple jobs with a matrix of Laravel x PHP versions to the current Github Action. The testing process will be streamlined, providing better coverage across different PHP versions. Additionally, this enhancement will ensure a smoother transition to Laravel 10 in the future and in general making the package more future-proof.

It provides only PHP versions that are compatible with the given Laravel version and its dependencies.

arietimmerman commented 1 year ago

I really like this. Thanks @besanek !