bugsnag / bugsnag-symfony

BugSnag notifier for the Symfony PHP framework. Monitor and report errors in your Symfony apps.
https://docs.bugsnag.com/platforms/php/symfony
MIT License
43 stars 21 forks source link

Fix Symfony 'latest' CI job #113

Closed imjoehaines closed 4 years ago

imjoehaines commented 4 years ago

Goal

This fixes an issue caused by 'bionic' using Python 2.7 by default — the lastversion utility that we use to fetch the latest Symfony release from GitHub has updated and now requires Python 3

To fix this, we can simply switch the using the newer 'focal' dist which uses Python 3.6 by default