Skip to content

Commit cb0870e

Browse files
committed
chore(ci): also test Kubernetes 1.22
1 parent 7959dff commit cb0870e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/master-snapshot-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
java: [11, 16]
1919
distribution: [temurin, adopt-openj9]
20-
kubernetes: ['v1.17.13','v1.18.20','v1.19.14','v1.20.10','v1.21.4']
20+
kubernetes: [ 'v1.17.13','v1.18.20','v1.19.14','v1.20.10','v1.21.4', 'v1.22.1' ]
2121
steps:
2222
- uses: actions/checkout@v2
2323
- name: Set up Java and Maven

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
java: [11, 16]
1919
distribution: [ temurin, adopt-openj9 ]
20-
kubernetes: ['v1.17.13','v1.18.20','v1.19.14','v1.20.10','v1.21.4']
20+
kubernetes: [ 'v1.17.13','v1.18.20','v1.19.14','v1.20.10','v1.21.4', 'v1.22.1' ]
2121
steps:
2222
- uses: actions/checkout@v2
2323
- name: Set up Java and Maven

0 commit comments

Comments
 (0)