We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eac904 commit a3e9029Copy full SHA for a3e9029
.github/workflows/ci.yml
@@ -60,20 +60,20 @@ jobs:
60
matrix:
61
os:
62
- {
63
- name: "Linux JDK 17",
+ name: "Linux JDK 21",
64
runs-on: 'ubuntu-latest',
65
java: {
66
- version: 17
+ version: 21
67
},
68
maven: {
69
args: ''
70
}
71
72
73
- name: "Windows JDK 17",
+ name: "Windows JDK 21",
74
runs-on: 'windows-latest',
75
76
77
78
79
0 commit comments