Skip to content

Commit 8feb818

Browse files
authored
Enabling Java 24 Automated Test. (#2949)
1 parent 6fb609f commit 8feb818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JenkinsJobs/Builds/build.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
def I_TEST_CONFIGURATIONS = [
33
[ os: 'linux' , ws: 'gtk' , arch: 'x86_64' , javaVersion: 21],
4-
[ os: 'linux' , ws: 'gtk' , arch: 'x86_64' , javaVersion: 23],
4+
[ os: 'linux' , ws: 'gtk' , arch: 'x86_64' , javaVersion: 24],
55
[ os: 'macosx', ws: 'cocoa', arch: 'aarch64', javaVersion: 21],
66
[ os: 'macosx', ws: 'cocoa', arch: 'x86_64' , javaVersion: 21],
77
[ os: 'win32' , ws: 'win32', arch: 'x86_64' , javaVersion: 21],

0 commit comments

Comments
 (0)