chore(github): updating Kubernetes supported matrix

This commit is contained in:
Dario Tranchitella
2021-08-07 19:37:08 +02:00
parent 047f4a0ff7
commit d5158f06be

View File

@@ -11,7 +11,7 @@ jobs:
name: Kubernetes
strategy:
matrix:
k8s-version: ['v1.16.15', 'v1.17.11', 'v1.18.8', 'v1.19.4', 'v1.20.0']
k8s-version: ['v1.16.15', 'v1.17.11', 'v1.18.8', 'v1.19.4', 'v1.20.7', 'v1.21.2', 'v1.22.0']
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2