We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb609f commit 8feb818Copy full SHA for 8feb818
1 file changed
JenkinsJobs/Builds/build.jenkinsfile
@@ -1,7 +1,7 @@
1
2
def I_TEST_CONFIGURATIONS = [
3
[ os: 'linux' , ws: 'gtk' , arch: 'x86_64' , javaVersion: 21],
4
- [ os: 'linux' , ws: 'gtk' , arch: 'x86_64' , javaVersion: 23],
+ [ os: 'linux' , ws: 'gtk' , arch: 'x86_64' , javaVersion: 24],
5
[ os: 'macosx', ws: 'cocoa', arch: 'aarch64', javaVersion: 21],
6
[ os: 'macosx', ws: 'cocoa', arch: 'x86_64' , javaVersion: 21],
7
[ os: 'win32' , ws: 'win32', arch: 'x86_64' , javaVersion: 21],
0 commit comments