Skip to content

Commit

Permalink
Test support versions updated (#733)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
MalloD12 authored Dec 10, 2024
1 parent 9582d80 commit eb51508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
hibernate: [ "6.0.2.Final", "6.1.7.Final", "6.2.7.Final", "6.3.1.Final" ]
hibernate: [ "6.2.7.Final", "6.3.1.Final" ]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
fail-fast: false
matrix:
hibernate: [ "6.0.2.Final", "6.1.7.Final", "6.2.7.Final", "6.3.1.Final" ]
hibernate: [ "6.2.7.Final", "6.3.1.Final" ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit eb51508

Please sign in to comment.