Skip to content

Commit

Permalink
deps: update k8s-test-matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
  • Loading branch information
ckotzbauer committed Dec 10, 2022
1 parent 20db179 commit 5d36c52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
fail-fast: false
matrix:
kubernetes-version:
- "1.22.9"
- "1.23.6"
- "1.24.0"
- "1.23.13"
- "1.24.7"
- "1.25.3"
steps:
- name: Install Go
uses: actions/setup-go@v3
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ IMG ?= ckotzbauer/access-manager
CRD_OPTIONS ?= "crd"

# default k8s version for e2e tests
K8S_VERSION ?= 1.24.3
K8S_VERSION ?= 1.25.3

TARGETOS=linux
ifeq (,${TARGETARCH})
Expand Down

0 comments on commit 5d36c52

Please sign in to comment.