Skip to content

Commit

Permalink
fix(release) align test inputs with regular E2E (#3287)
Browse files Browse the repository at this point in the history
Use full versions for E2E release check.

Move 1.25 to previous Kubernetes.
  • Loading branch information
rainest authored Dec 19, 2022
1 parent 37c9504 commit 0ee75d0
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ jobs:
strategy:
matrix:
kubernetes-version:
- 'v1.25.3'
- 'v1.26.0'
steps:
- name: setup golang
Expand All @@ -231,12 +230,14 @@ jobs:
runs-on: ubuntu-latest
needs: build-push-images
strategy:
fail-fast: true
matrix:
minor:
- '21'
- '22'
- '23'
- '24'
kubernetes-version:
- 'v1.21.12'
- 'v1.22.9'
- 'v1.23.6'
- 'v1.24.2'
- 'v1.25.3'
steps:
- name: setup golang
uses: actions/setup-go@v3
Expand Down Expand Up @@ -267,7 +268,7 @@ jobs:
GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
GOOGLE_PROJECT: ${{ secrets.GOOGLE_PROJECT }}
GOOGLE_LOCATION: ${{ secrets.GOOGLE_LOCATION }}
KONG_CLUSTER_VERSION: v1.${{ matrix.minor }}
KONG_CLUSTER_VERSION: ${{ matrix.kubernetes-version }}
KONG_LICENSE_DATA: ${{ steps.license.outputs.license }}

publish-release:
Expand Down

0 comments on commit 0ee75d0

Please sign in to comment.