Skip to content

Commit

Permalink
fix k8s versions
Browse files Browse the repository at this point in the history
  • Loading branch information
michalziobro committed Apr 19, 2024
1 parent f5c948a commit 17b082c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
needs: [helm-check]
strategy:
matrix:
k8s-version: [ v1.27, v1.26 ]
k8s-version: [ v1.27.12, v1.26.15 ]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 17b082c

Please sign in to comment.