mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 08:05:05 +00:00
Test against JDK 21 EA
This commit is contained in:
parent
67dc1ed835
commit
eefe445ac9
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -49,7 +49,8 @@ stage('Configure') {
|
||||
// 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: '20', testJdkLauncherArgs: '--enable-preview' )
|
||||
new BuildEnvironment( testJdkVersion: '20', testJdkLauncherArgs: '--enable-preview' ),
|
||||
new BuildEnvironment( testJdkVersion: '21', testJdkLauncherArgs: '--enable-preview' )
|
||||
];
|
||||
|
||||
if ( env.CHANGE_ID ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user