nunomaduro / laravel-console-task

✅ Laravel Console Task is a output method for Laravel Console Commands.
MIT License
254 stars 21 forks source link

ci: add GitHub Actions #20

Closed owenvoke closed 2 years ago

owenvoke commented 2 years ago

This adds a GitHub Actions workflow for testing, and also updates the tests to use Pest as the runner. I'll update the test syntax separately in a later PR.

The other thing I'm not sure about is whether to drop PHP 7.2.5 support, and only support PHP 7.3 or later (which is what Pest supports).