Adding k8s 1.20 to E2E testing matrix and updating 1.19 to latest stable release (#171)

This commit is contained in:
Dario Tranchitella
2020-12-20 23:47:34 +01:00
committed by GitHub
parent 82bbd238fb
commit 49c8131eb5

View File

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