diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 7c4282bea7..b6e67937b8 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -79,13 +79,13 @@ jobs: fail-fast: false matrix: kubernetes: - - version: 1.26 - latest: false - version: 1.27 latest: false - version: 1.28 latest: false - version: 1.29 + latest: false + - version: '1.30' latest: true name: Run end-to-end tests runs-on: ubuntu-latest @@ -192,4 +192,4 @@ jobs: disable_search: true verbose: true env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}