-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing: Upgrade GitHub Actions #2474
Conversation
.github/workflows/test.yml
Outdated
matrix: # bullseye uses Python 3.9 which is not yet supported. | ||
docker-tag: ['buster-2021-05-28', 'buster-legacy-2022-04-07'] # , 'bullseye-2022-01-28'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @cclauss!
Could you reverse this change? I think I will fix the Stretch apt repositories URL in a different PR so that we can continue using it until we drop Python 3.5.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The commit message says:
Drop
stretch
because http://mirrordirector.raspbian.org/raspbian/dists/stretch/ is now empty.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
We can merge this without the stretch runner and I'll add it again as part of
#2477 (currently failing the tests, but at least the new apt repository URL does work).
Drop
stretch
because http://mirrordirector.raspbian.org/raspbian/dists/stretch/ is now empty.