docker / cli

The Docker CLI
Apache License 2.0
4.88k stars 1.92k forks source link

Updated engine versions used in e2e tests #5076

Closed krissetto closed 4 months ago

krissetto commented 4 months ago

- What I did Updated engine versions used in e2e tests

- How I did it Added 26.1, removed 24.0

- How to verify it If tests are green, all should be good

- Description for the changelog

Update engine versions used in e2e tests

- A picture of a cute animal (not mandatory but encouraged)

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 61.30%. Comparing base (db8b809) to head (ffd57fa). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5076 +/- ## ========================================== - Coverage 61.33% 61.30% -0.03% ========================================== Files 298 295 -3 Lines 20692 20687 -5 ========================================== - Hits 12691 12682 -9 - Misses 7100 7101 +1 - Partials 901 904 +3 ```