Skip to content

Commit ce22254

Browse files
authored
Merge pull request #521 from rabbitmq/pr-1.19
Include k8s 1.20 in PR system tests
2 parents 0f497bf + 8f75db6 commit ce22254

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
export GOPATH=$HOME/go
3434
export PATH=$PATH:$GOPATH/bin
3535
make install-tools
36-
kind create cluster --image kindest/node:v1.19.1
36+
kind create cluster --image kindest/node:v1.20.0
3737
kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/latest/download/cert-manager.crds.yaml
3838
# Create CRD PodMonitor without running Prometheus operator
3939
curl https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/master/bundle.yaml | sed "s/replicas: 1$/replicas: 0/" | kubectl apply -f -
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
strategy:
4848
matrix:
49-
k8s: [v1.17.11, v1.18.8, v1.19.1]
49+
k8s: [v1.17.11, v1.18.8, v1.19.4, v1.20.0]
5050
steps:
5151
- name: Check out code into the Go module directory
5252
uses: actions/checkout@v2
@@ -75,7 +75,7 @@ jobs:
7575
uses: actions/checkout@v2
7676
- name: kubectl rabbitmq tests
7777
env:
78-
K8S_VERSION: v1.19.1
78+
K8S_VERSION: v1.20.0
7979
run: |
8080
export GOPATH=$HOME/go
8181
export PATH=$PATH:$GOPATH/bin

0 commit comments

Comments
 (0)