Skip to content

Commit

Permalink
Merge pull request #93 from WyriHaximusNet/test-multiple-k8s-versions
Browse files Browse the repository at this point in the history
Test against multiple k8s versions
  • Loading branch information
WyriHaximus authored Jun 12, 2023
2 parents 2d6cd97 + 2efc263 commit 5dd6f5a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/helm-charts-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ jobs:
test:
runs-on: ubuntu-latest
needs: lint
strategy:
fail-fast: false
matrix:
k8s:
- "1.23"
- "1.24"
- "1.25"
- "1.26"
- "1.27"
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -33,6 +42,7 @@ jobs:
uses: helm/[email protected]
with:
installLocalPathProvisioner: true # Only build a kind cluster if there are chart changes to test.
node_image: "kindest/node:v${{ matrix.k8s }}.0"

- name: Install postgresql
uses: evryfs/[email protected]
Expand Down

0 comments on commit 5dd6f5a

Please sign in to comment.