Closed eevelweezel closed 5 months ago
FYI: https://github.com/actions/actions-runner-controller/blob/master/runner/actions-runner.ubuntu-22.04.dockerfile#L8
The Docker version in the action runner ubuntu-latest
is 24.0.7 currently.
(oops)
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.36%. Comparing base (
94e6739
) to head (4e9fb35
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What do these changes do?
Fix tests to work locally with later versions of Docker.
Are there changes in behavior for the user?
No
Related issue number
849, possibly #691
Checklist
CONTRIBUTORS.txt
changes
folder<issue_id>.<type>
for example (588.bug)issue_id
change it to the pr id after creating the pr.feature
: Signifying a new feature..bugfix
: Signifying a bug fix..doc
: Signifying a documentation improvement..removal
: Signifying a deprecation or removal of public API..misc
: A ticket has been closed, but it is not of interest to users.