bugsnag / bugsnag-laravel

BugSnag notifier for the Laravel PHP framework. Monitor and report Laravel errors.
https://docs.bugsnag.com/platforms/php/laravel/
MIT License
876 stars 129 forks source link

Fix missing 'ifconfig' on CI #437

Closed imjoehaines closed 3 years ago

imjoehaines commented 3 years ago

Goal

The automatic update to Ubuntu 20 broke CI as it no longer has ifconfig by default, this is provided by the net-tools package. We use ifconfig to detect the IP the MazeRunner is running on so that the Docker container running Laravel can send reports to it

Also switched to the official ruby/setup-ruby action as the GitHub provided one is deprecated