Skip to content

Commit d05a025

Browse files
committed
Remove k8s < 1.19 from nightly
1 parent 21e57de commit d05a025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
needs: [build, binary, unit-tests]
122122
strategy:
123123
matrix:
124-
k8s: [1.21.1, 1.20.7, 1.19.11, 1.18.19, 1.17.17, 1.16.15]
124+
k8s: [1.21.1, 1.20.7, 1.19.11]
125125
steps:
126126
- name: Checkout Repository
127127
uses: actions/checkout@v2

0 commit comments

Comments
 (0)