Skip to content

Commit eb51508

Browse files
authored
Test support versions updated (#733)
* Test supported versions updated. * Removed test support for versions 6.0.2.Final and 6.1.7.Final since they are not compatible with current liquibase version. * Removed missing mentiones of 6.0.2.Final and 6.1.7.Final since they are not compatible with current liquibase version.
1 parent 9582d80 commit eb51508

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
hibernate: [ "6.0.2.Final", "6.1.7.Final", "6.2.7.Final", "6.3.1.Final" ]
26+
hibernate: [ "6.2.7.Final", "6.3.1.Final" ]
2727

2828
steps:
2929
- uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
hibernate: [ "6.0.2.Final", "6.1.7.Final", "6.2.7.Final", "6.3.1.Final" ]
42+
hibernate: [ "6.2.7.Final", "6.3.1.Final" ]
4343

4444
steps:
4545
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)