mikebronner / laravel-model-caching

Eloquent model-caching made easy.
MIT License
2.24k stars 213 forks source link

Fix php 7.2 action #349

Closed dmason30 closed 4 years ago

mikebronner commented 4 years ago

Yea, this didn't work, I tried all kinds of iterations. I intentionally chose 7.2.5 as that is the minimum version it needs to run with.

mikebronner commented 4 years ago

I was wondering how to output what version of PHP it is using. Will try to figure that out.

dmason30 commented 4 years ago

image

It does show it if you expand the Setup PHP task as long as it was provided a correct php version. See new PR #350 with the problematic dependency removed.