diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 64b10683b..e917a47f5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,14 +32,14 @@ jobs: fail-fast: false matrix: image: - - v1.28.0 - - v1.27.2 - - v1.26.4 - - v1.25.11 - - v1.24.15 - - v1.23.17 - - v1.22.17 - - v1.21.14 + - v1.31.1 + - v1.30.4 + - v1.29.8 + - v1.28.12 + - v1.27.16 + - v1.26.15 + - v1.25.16 + - v1.24.17 steps: - name: Cancel Previous Runs uses: styfle/cancel-workflow-action@0.12.1