diff --git a/.github/workflows/conformance-tests.yaml b/.github/workflows/conformance-tests.yaml index d197675..ce6dfd3 100644 --- a/.github/workflows/conformance-tests.yaml +++ b/.github/workflows/conformance-tests.yaml @@ -19,13 +19,13 @@ jobs: matrix: k8s-version: - name: v1.26 - version: v1.26.6 + version: v1.26.13 - name: v1.27 - version: v1.27.3 + version: v1.27.10 - name: v1.28 - version: v1.28.0 + version: v1.28.6 - name: v1.29 - version: v1.29.0 + version: v1.29.1 tests: - ^reports$ runs-on: ubuntu-latest diff --git a/.github/workflows/migration-tests.yaml b/.github/workflows/migration-tests.yaml index 66eba05..ce0088a 100644 --- a/.github/workflows/migration-tests.yaml +++ b/.github/workflows/migration-tests.yaml @@ -19,13 +19,13 @@ jobs: matrix: k8s-version: - name: v1.26 - version: v1.26.6 + version: v1.26.13 - name: v1.27 - version: v1.27.3 + version: v1.27.10 - name: v1.28 - version: v1.28.0 + version: v1.28.6 - name: v1.29 - version: v1.29.0 + version: v1.29.1 tests: - ^reports$ runs-on: ubuntu-latest