jessarcher / laravel-castable-data-transfer-object

Automatically cast JSON columns to rich PHP objects in Laravel using Spatie's data-transfer-object class
https://jessarcher.com/blog/casting-json-columns-to-value-objects/
MIT License
328 stars 23 forks source link

Enable test workflow for PHP 7.4 and 8.0 #3

Closed jrmajor closed 3 years ago

jrmajor commented 3 years ago

Now test suite is running on PHP 7.4 and 8.0.

I've added shivammathur/setup-php action to install required PHP versions. I don't know how to do it without it.

I've removed --no-suggest flag from composer install because it is deprecated and added --no-interaction flag, because why not.

jessarcher commented 3 years ago

This is great! Thank you so much!

I might use this as an excuse to tag a v1