mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
For testing java 16+ include JDK 17 and 21 only
This commit is contained in:
+2
-2
@@ -28,9 +28,9 @@
|
||||
</modules>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>jdk15less</id>
|
||||
<id>jdk11</id>
|
||||
<activation>
|
||||
<jdk>[11]</jdk>
|
||||
<jdk>11</jdk>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>test-kotlin</module>
|
||||
|
||||
Reference in New Issue
Block a user