Skip to content

Commit

Permalink
Merge pull request #709 from nolar/disable-old-k8s
Browse files Browse the repository at this point in the history
Disable old Kubernetes version (1.13), enable new ones (1.20)
  • Loading branch information
nolar authored Mar 10, 2021
2 parents 8a08e0a + 05b9671 commit e71dc60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
strategy:
fail-fast: false
matrix:
k3s: [v1.19, v1.18, v1.17, v1.16]
k3s: [v1.20, v1.19, v1.18, v1.17, v1.16]
crdapi: ["", v1beta1]
exclude:
- crdapi: v1beta1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/thorough.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
strategy:
fail-fast: false
matrix:
k3s: [latest, v1.19, v1.18, v1.17, v1.16]
k3s: [latest, v1.20, v1.19, v1.18, v1.17, v1.16]
crdapi: ["", v1beta1]
exclude:
- crdapi: v1beta1
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
strategy:
fail-fast: false
matrix:
k8s: [latest, v1.19.4, v1.18.12, v1.17.14, v1.16.15]
k8s: [latest, v1.20.4, v1.19.8, v1.18.16, v1.17.17, v1.16.15]
crdapi: [""]
name: K8s ${{matrix.k8s}} ${{matrix.crdapi && format('CRD={0}', matrix.crdapi) || ''}}
runs-on: ubuntu-20.04
Expand All @@ -118,7 +118,7 @@ jobs:
strategy:
fail-fast: false
matrix:
k8s: [v1.16.15, v1.15.12, v1.14.10, v1.13.12]
k8s: [v1.16.15, v1.15.12, v1.14.10]
crdapi: [v1beta1]
name: K8s ${{matrix.k8s}} ${{matrix.crdapi && format('CRD={0}', matrix.crdapi) || ''}}
runs-on: ubuntu-20.04
Expand Down

0 comments on commit e71dc60

Please sign in to comment.