Skip to content

Commit 49cb9fe

Browse files
committed
Updated [skip ci]
1 parent 5ac4c91 commit 49cb9fe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
- run: psql -d pgvector_java_test -c "CREATE EXTENSION vector"
2828
# Hibernate 7 requires Java 17+
2929
- if: ${{ matrix.java < 17 }}
30-
run: |
31-
rm src/test/java/com/pgvector/HibernateTest.java
30+
run: rm src/test/java/com/pgvector/HibernateTest.java
31+
# Spring JDBC 7 requires Java 17+
32+
- if: ${{ matrix.java < 17 }}
33+
run: rm src/test/java/com/pgvector/SpringJDBCTest.java
3234
- run: mvn -B -ntp test

0 commit comments

Comments
 (0)