psalm / psalm-plugin-laravel

A Psalm plugin for Laravel
MIT License
306 stars 71 forks source link

chore: test supported PHP version only #214

Closed tjmmm closed 2 years ago

tjmmm commented 2 years ago

This PR prevents CI failure caused by unsupported version combinations.

Note: Test CI stil failing if --prefer-lowest flag used with PHP 8.1. We need bump up orchestra/testbench to fix Test CI.

Added draft support for PHP 8.1.

https://github.com/orchestral/testbench/releases/tag/v6.22.0

mr-feek commented 2 years ago

Thanks!