diff --git a/.github/workflows/e2e-ipv6-istio-1.24.yml b/.github/workflows/e2e-ipv6-istio-1.27.yml similarity index 85% rename from .github/workflows/e2e-ipv6-istio-1.24.yml rename to .github/workflows/e2e-ipv6-istio-1.27.yml index 3536a6fd4..d7b448dce 100644 --- a/.github/workflows/e2e-ipv6-istio-1.24.yml +++ b/.github/workflows/e2e-ipv6-istio-1.27.yml @@ -1,4 +1,4 @@ -name: E2E IPv6 Test(istio 1.24) +name: E2E IPv6 Test(istio 1.27) on: pull_request: paths-ignore: @@ -23,4 +23,4 @@ jobs: - name: E2E IPv6 Test shell: bash run: | - sudo ISTIO_VERSION="1.24.0" make e2e-ipv6 \ No newline at end of file + sudo ISTIO_VERSION="1.27.2" make e2e-ipv6 \ No newline at end of file diff --git a/.github/workflows/e2e-istio-1.24.yml b/.github/workflows/e2e-istio-1.27.yml similarity index 86% rename from .github/workflows/e2e-istio-1.24.yml rename to .github/workflows/e2e-istio-1.27.yml index 5d04ebb39..6ecf57553 100644 --- a/.github/workflows/e2e-istio-1.24.yml +++ b/.github/workflows/e2e-istio-1.27.yml @@ -1,4 +1,4 @@ -name: E2E Test(istio 1.24) +name: E2E Test(istio 1.27) on: pull_request: paths-ignore: @@ -23,4 +23,4 @@ jobs: - name: E2E Test shell: bash run: | - sudo ISTIO_VERSION="1.24.0" make e2e \ No newline at end of file + sudo ISTIO_VERSION="1.27.2" make e2e \ No newline at end of file