Skip to content

Commit

Permalink
Fix k3d version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Jan 22, 2025
1 parent ac38e89 commit be04945
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,13 @@ jobs:
runs-on: self-hosted
strategy:
matrix:
K3S_VERSION: ["v1.30.6+k3s1", "v1.31.2+k3s1"]
KUBECTL_VERSION: [ "v1.30.0", "v1.31.0" ]
include:
- KUBECTL_VERSION: "v1.31.0"
K3S_VERSION: "v1.31.2+k3s1"
exclude:
- K3S_VERSION: ${{ github.base_ref != 'refs/heads/main' && 'v1.30.6+k3s1' }}
- KUBECTL_VERSION: ${{ github.base_ref != 'refs/heads/main' && "v1.30.0" }}
K3S_VERSION: ${{ github.base_ref != 'refs/heads/main' && "v1.30.6+k3s1 }}
steps:
- uses: nolar/setup-k3d-k3s@v1
with:
Expand Down

0 comments on commit be04945

Please sign in to comment.