mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-06 19:36:03 +00:00
Test against JDK 20 (early access)
This commit is contained in:
parent
591eada30d
commit
423f4aeda3
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -49,7 +49,8 @@ stage('Configure') {
|
||||
// We want to enable preview features when testing early-access builds of OpenJDK:
|
||||
// even if we don't use these features, just enabling them can cause side effects
|
||||
// and it's useful to test that.
|
||||
new BuildEnvironment( testJdkVersion: '19', testJdkLauncherArgs: '--enable-preview' )
|
||||
new BuildEnvironment( testJdkVersion: '19', testJdkLauncherArgs: '--enable-preview' ),
|
||||
new BuildEnvironment( testJdkVersion: '20', testJdkLauncherArgs: '--enable-preview' )
|
||||
];
|
||||
|
||||
helper.configure {
|
||||
|
Loading…
x
Reference in New Issue
Block a user