Skip to content

Commit cb88428

Browse files
authored
Test on ATH 21 (#11274)
1 parent f9b4103 commit cb88428

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ axes.values().combinations {
218218

219219
def athAxes = [
220220
platforms: ['linux'],
221-
jdks: [17],
221+
jdks: [21],
222222
browsers: ['firefox'],
223223
]
224224
athAxes.values().combinations {

ath.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cd "$(dirname "$0")"
99
export ATH_VERSION=6433.v4d9263664552
1010

1111
if [[ $# -eq 0 ]]; then
12-
export JDK=17
12+
export JDK=21
1313
export BROWSER=firefox
1414
else
1515
export JDK=$1

0 commit comments

Comments
 (0)