diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index a40859e30b30..bd6ce12287f9 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -37,9 +37,9 @@ jobs: - alpine - debian engine-version: - - 29-rc # latest rc - - 28 # latest - - 27 # latest - 1 + - rc # latest rc + - 29 # latest + - 28 # latest - 1 - 25 # mirantis lts steps: -