We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b4103 commit cb88428Copy full SHA for cb88428
Jenkinsfile
@@ -218,7 +218,7 @@ axes.values().combinations {
218
219
def athAxes = [
220
platforms: ['linux'],
221
- jdks: [17],
+ jdks: [21],
222
browsers: ['firefox'],
223
]
224
athAxes.values().combinations {
ath.sh
@@ -9,7 +9,7 @@ cd "$(dirname "$0")"
9
export ATH_VERSION=6433.v4d9263664552
10
11
if [[ $# -eq 0 ]]; then
12
- export JDK=17
+ export JDK=21
13
export BROWSER=firefox
14
else
15
export JDK=$1
0 commit comments