Skip to content

Commit

Permalink
Updated to matrix (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
kemurayama committed Oct 3, 2023
1 parent 2fdcbe8 commit d464834
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
- name: Unit test
run: make test
integration-test:
strategy:
matrix:
k8s_version:
- "v1.25.13"
- "v1.26.9"
- "v1.27.6"
runs-on: ubuntu-latest
steps:
- name: Pull repo
Expand All @@ -44,7 +50,7 @@ jobs:
uses: medyagh/setup-minikube@master
id: space-agon
with:
kubernetes-version: v1.25.13
kubernetes-version: ${{ matrix.k8s_version }}
cpus: 2
memory: 4096m
- name: Install helm
Expand Down

0 comments on commit d464834

Please sign in to comment.