Skip to content

Commit 946b36f

Browse files
Update .github/workflows/test.yml
1 parent fad5844 commit 946b36f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.3.1.Final", "6.6.15.Final" ]
35+
hibernate: [ "6.2.7.Final", "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

0 commit comments

Comments
 (0)