mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 16:44:57 +00:00
Stop testing against JDK 18
JDK 18 EOL'd on 2022-09-20 See https://endoflife.date/java
This commit is contained in:
parent
eefe445ac9
commit
4d78b13293
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -44,8 +44,7 @@ stage('Configure') {
|
||||
additionalOptions: '-DdbHost=localhost:4000',
|
||||
notificationRecipients: 'tidb_hibernate@pingcap.com' ),
|
||||
new BuildEnvironment( testJdkVersion: '17' ),
|
||||
new BuildEnvironment( testJdkVersion: '18' ),
|
||||
// We want to enable preview features when testing early-access builds of OpenJDK:
|
||||
// We want to enable preview features when testing newer 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' ),
|
||||
|
Loading…
x
Reference in New Issue
Block a user