File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 2525 make
2626 sudo make install
2727 - run : psql -d pgvector_java_test -c "CREATE EXTENSION vector"
28- # Hibernate 6.4 requires Java 11 +
29- - if : ${{ matrix.java == 8 }}
28+ # Hibernate 7 requires Java 17 +
29+ - if : ${{ matrix.java < 17 }}
3030 run : |
3131 rm src/test/java/com/pgvector/HibernateTest.java
3232 - run : mvn -B -ntp test
Original file line number Diff line number Diff line change 9898 <dependency >
9999 <groupId >org.hibernate.orm</groupId >
100100 <artifactId >hibernate-vector</artifactId >
101- <version >6.6.38.Final</version >
101+ <version >7.1.11.Final</version >
102+ <scope >test</scope >
103+ </dependency >
104+ <dependency >
105+ <groupId >org.hibernate.orm</groupId >
106+ <artifactId >hibernate-scan-jandex</artifactId >
107+ <version >7.1.11.Final</version >
102108 <scope >test</scope >
103109 </dependency >
104110 <dependency >
You can’t perform that action at this time.
0 commit comments