Skip to content

Commit a3e9029

Browse files
committed
HV-2071 Use JDK 21 in GH action builds
1 parent 7eac904 commit a3e9029

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,20 +60,20 @@ jobs:
6060
matrix:
6161
os:
6262
- {
63-
name: "Linux JDK 17",
63+
name: "Linux JDK 21",
6464
runs-on: 'ubuntu-latest',
6565
java: {
66-
version: 17
66+
version: 21
6767
},
6868
maven: {
6969
args: ''
7070
}
7171
}
7272
- {
73-
name: "Windows JDK 17",
73+
name: "Windows JDK 21",
7474
runs-on: 'windows-latest',
7575
java: {
76-
version: 17
76+
version: 21
7777
},
7878
maven: {
7979
args: ''

0 commit comments

Comments
 (0)