Skip to content

Commit 550a85a

Browse files
committed
Fix build
1 parent e2ba68b commit 550a85a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
hibernate: [ "6.2.7.Final", "6.3.1.Final", "6.6.1.Final" ]
35+
hibernate: [ "6.3.1.Final", "6.6.1.Final" ]
3636

3737
steps:
3838
- uses: actions/checkout@v4
@@ -61,4 +61,4 @@ jobs:
6161
dependabot:
6262
needs: hibernate-test
6363
uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@main
64-
secrets: inherit
64+
secrets: inherit
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import liquibase.harness.config.TestConfig
2-
import liquibase.harness.diff.DiffCommandTest
2+
import liquibase.harness.diff.DiffCommandTestHelper
33

4-
class HibernateDiffCommandTest { //extends DiffCommandTest {
5-
// static {
6-
// TestConfig.instance.initDB = false
7-
// }
8-
}
4+
class HibernateDiffCommandTest extends DiffCommandTestHelper {
5+
static {
6+
TestConfig.instance.initDB = false
7+
}
8+
}

0 commit comments

Comments
 (0)