We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad5844 commit 946b36fCopy full SHA for 946b36f
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
strategy:
33
fail-fast: false
34
matrix:
35
- hibernate: [ "6.3.1.Final", "6.6.15.Final" ]
+ hibernate: [ "6.2.7.Final", "6.3.1.Final", "6.6.1.Final" ]
36
37
steps:
38
- uses: actions/checkout@v4
@@ -61,4 +61,4 @@ jobs:
61
dependabot:
62
needs: hibernate-test
63
uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@main
64
- secrets: inherit
+ secrets: inherit
0 commit comments