You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we don't specify robotframework version, robotframework-lint pulls the latest. This makes the
build process less stable as dependencies versions might not work in our environment or conflict
with robotframework-lint itself.
This is exactly what has happened this time: robotframework 4.0.3 pulls ruamel 0.2.4 that requires
Python 3.5 that we don't have on Travis CI (but will be available after #1467).
Fix#1536
As part of migration to GitHub Actions (#1154) we have started to use Ubuntu 20.04 on runners. Java, PostgreSQL and MySQL is still on old versions but they will be updated as part of their own issues.
See https://blog.travis-ci.com/2020-08-10-focal-build-environment and https://docs.travis-ci.com/user/reference/focal/
Highlights:
The text was updated successfully, but these errors were encountered: